#C77425

Color #C77425 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C77425

Tints of Ochre #C77425

Color information

#C77425 (or 0xC77425) is unknown color: approx Ochre. HEX triplet: C7, 74 and 25. RGB value is (199,116,37). Sum of RGB (Red+Green+Blue) = 199+116+37=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C77425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77425 is #388BDA. Grayscale: #848484. Windows color (decimal): -3705819 or 2454727. OLE color: 2454727.

HSL color Cylindrical-coordinate representation of color #C77425: hue angle of 29.26º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C77425 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB19911637-
CMYK00.420.810.22
HSL29.26º68.64%46.27%-
HSV(B)29.26º81.41%78.04%-
XYZ30.1324.774.94-
YUV131.8174.5175.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 56.53%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 37 (14.84% from 255) = 10.51%
R=56.53%
G=32.95%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991163700.420.810.2229.2668.6446.27
HexC7742502A51161d452e
Octal30716445052121263510556
Binary1100011111101001001010101010101000110110111011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77425; }

 p { color: rgb(199,116,37); }

 H1.HeaderClassName
 {
   color: #C77425;
 }
 .AnyTagClassName
 {
   color: #C77425;
 }
</style>
background-color css

<style>
 a { background-color: #C77425; }

 a { background-color: rgb(199,116,37); }

 div.DivClassName
 {
   background-color: #C77425;
 }
 .BgClassName
 {
   background-color: #C77425;
 }
</style>
border-color css

<style>
 span { border-color: #C77425; }

 span { border-color: rgb(199,116,37); }

 td.TdClassName
 {
   border-color: #C77425;
 }
 .TagClassName
 {
   border-color: #C77425;
 }
</style>