Html Css Color HEX #CF8420 Ochre

📋 copy color: '#CF8420'

red 207 ◦ green 132 ◦ blue 32

#CF8420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CF8420

Tints of Ochre #CF8420

RGB

 RED value IS 207 (81.25% from 255) = 55.8%

 GREEN value IS 132 (51.95% from 255) = 35.58%

 BLUE value IS 32 (12.89% from 255) = 8.63%

R = 55.8%
G = 35.58%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8420 (or 0xCF8420) is known color: Ochre. HEX triplet: CF, 84 and 20. RGB value is (207,132,32). Sum of RGB (Red+Green+Blue) = 207+132+32=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8420 is #307BDF. Grayscale: #8F8F8F. Windows color (decimal): -3177440 or 2131151. OLE color: 2131151.

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

Color convert

RGB 207 132 32 -
CMYK 0 0.36 0.85 0.19
HSL 34.29º 0.73% 0.47% -
HSV(B) 34.29º 0.85% 0.81% -
XYZ 34.24 29.87 5.33 -
YUV 143.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 207 132 32 0 0.36 0.85 0.19 34.29 0.73 0.47
Hex CF 84 20 0 24 55 13 22 49 2F
Octal 317 204 40 0 44 125 23 42 111 57
Binary 11001111 10000100 100000 0 100100 1010101 10011 100010 1001001 101111

Color Harmonies of #CF8420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8420

Black with #CF8420

Text Example


Text Example

White with #CF8420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8420; }

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

 H1.HeaderClassName
 {
   color: #CF8420;
 }
 .AnyTagClassName
 {
   color: #CF8420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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