Html Css Color HEX #CF811E Ochre

📋 copy color: '#CF811E'

red 207 ◦ green 129 ◦ blue 30

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

Shades of Ochre #CF811E

Tints of Ochre #CF811E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

 BLUE value IS 30 (12.11% from 255) = 8.2%

R = 56.56%
G = 35.25%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF811E (or 0xCF811E) is known color: Ochre. HEX triplet: CF, 81 and 1E. RGB value is (207,129,30). Sum of RGB (Red+Green+Blue) = 207+129+30=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF811E is #307EE1. Grayscale: #8D8D8D. Windows color (decimal): -3178210 or 1999311. OLE color: 1999311.

HSL color Cylindrical-coordinate representation of color #CF811E: hue angle of 33.56º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF811E is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 30 -
CMYK 0 0.38 0.86 0.19
HSL 33.56º 0.75% 0.46% -
HSV(B) 33.56º 0.86% 0.81% -
XYZ 33.82 29.06 5.06 -
YUV 141.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 207 129 30 0 0.38 0.86 0.19 33.56 0.75 0.46
Hex CF 81 1E 0 26 56 13 22 4B 2E
Octal 317 201 36 0 46 126 23 42 113 56
Binary 11001111 10000001 11110 0 100110 1010110 10011 100010 1001011 101110

Color Harmonies of #CF811E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF811E

Black with #CF811E

Text Example


Text Example

White with #CF811E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF811E; }

 p { color: rgb(207,129,30); }

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

background-color css

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

 a { background-color: rgb(207,129,30); }

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

border-color css

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

 span { border-color: rgb(207,129,30); }

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