#C27024

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

Shades of Ochre #C27024

Tints of Ochre #C27024

Color information

#C27024 (or 0xC27024) is unknown color: approx Ochre. HEX triplet: C2, 70 and 24. RGB value is (194,112,36). Sum of RGB (Red+Green+Blue) = 194+112+36=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C27024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27024 is #3D8FDB. Grayscale: #808080. Windows color (decimal): -4034524 or 2388162. OLE color: 2388162.

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

Color convert

RGB19411236-
CMYK00.420.810.24
HSL28.86º68.7%45.1%-
HSV(B)28.86º81.44%76.08%-
XYZ28.3623.194.65-
YUV127.8576.17175.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 36 (14.45% from 255) = 10.53%
R=56.73%
G=32.75%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941123600.420.810.2428.8668.745.1
HexC2702402A51181d452d
Octal30216044052121303510555
Binary1100001011100001001000101010101000111000111011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27024; }

 p { color: rgb(194,112,36); }

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

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

 a { background-color: rgb(194,112,36); }

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

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

 span { border-color: rgb(194,112,36); }

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