#C27D16

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

Shades of Ochre #C27D16

Tints of Ochre #C27D16

Color information

#C27D16 (or 0xC27D16) is unknown color: approx Ochre. HEX triplet: C2, 7D and 16. RGB value is (194,125,22). Sum of RGB (Red+Green+Blue) = 194+125+22=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27D16 is #3D82E9. Grayscale: #868686. Windows color (decimal): -4031210 or 1473986. OLE color: 1473986.

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

Color convert

RGB19412522-
CMYK00.360.890.24
HSL35.93º79.63%42.35%-
HSV(B)35.93º88.66%76.08%-
XYZ29.7326.194.25-
YUV133.8964.86170.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.89%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=56.89%
G=36.66%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941252200.360.890.2435.9379.6342.35
HexC27D16024591824502a
Octal30217526044131304412052
Binary1100001011111011011001001001011001110001001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D16; }

 p { color: rgb(194,125,22); }

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

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

 a { background-color: rgb(194,125,22); }

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

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

 span { border-color: rgb(194,125,22); }

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