Html Css Color HEX #CF811B Ochre

📋 copy color: '#CF811B'

red 207 ◦ green 129 ◦ blue 27

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

Shades of Ochre #CF811B

Tints of Ochre #CF811B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.44%

R = 57.02%
G = 35.54%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CF811B (or 0xCF811B) is known color: Ochre. HEX triplet: CF, 81 and 1B. RGB value is (207,129,27). Sum of RGB (Red+Green+Blue) = 207+129+27=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF811B is #307EE4. Grayscale: #8D8D8D. Windows color (decimal): -3178213 or 1802703. OLE color: 1802703.

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

Color convert

RGB 207 129 27 -
CMYK 0 0.38 0.87 0.19
HSL 34º 0.77% 0.46% -
HSV(B) 34º 0.87% 0.81% -
XYZ 33.78 29.05 4.86 -
YUV 140.69 63.84 175.29 -
System Red Green Blue C M Y K H S L
Decimal 207 129 27 0 0.38 0.87 0.19 34 0.77 0.46
Hex CF 81 1B 0 26 57 13 22 4D 2E
Octal 317 201 33 0 46 127 23 42 115 56
Binary 11001111 10000001 11011 0 100110 1010111 10011 100010 1001101 101110

Color Harmonies of #CF811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF811B

Black with #CF811B

Text Example


Text Example

White with #CF811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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