#CF8417

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

Shades of Ochre #CF8417

Tints of Ochre #CF8417

Color information

#CF8417 (or 0xCF8417) is unknown color: approx Ochre. HEX triplet: CF, 84 and 17. RGB value is (207,132,23). Sum of RGB (Red+Green+Blue) = 207+132+23=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8417 is #307BE8. Grayscale: #8E8E8E. Windows color (decimal): -3177449 or 1541327. OLE color: 1541327.

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

Color convert

RGB20713223-
CMYK00.360.890.19
HSL35.54º80%45.1%-
HSV(B)35.54º88.89%81.18%-
XYZ34.1429.834.77-
YUV14260.85174.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 23 (9.38% from 255) = 6.35%
R=57.18%
G=36.46%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071322300.360.890.1935.548045.1
HexCF8417024591324502d
Octal31720427044131234412055
Binary11001111100001001011101001001011001100111001001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8417; }

 p { color: rgb(207,132,23); }

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

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

 a { background-color: rgb(207,132,23); }

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

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

 span { border-color: rgb(207,132,23); }

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