Html Css Color HEX #CF811F Ochre

📋 copy color: '#CF811F'

red 207 ◦ green 129 ◦ blue 31

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

Shades of Ochre #CF811F

Tints of Ochre #CF811F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.45%

R = 56.4%
G = 35.15%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF811F (or 0xCF811F) is known color: Ochre. HEX triplet: CF, 81 and 1F. RGB value is (207,129,31). Sum of RGB (Red+Green+Blue) = 207+129+31=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF811F is #307EE0. Grayscale: #8D8D8D. Windows color (decimal): -3178209 or 2064847. OLE color: 2064847.

HSL color Cylindrical-coordinate representation of color #CF811F: hue angle of 33.41º degrees, saturation: 0.74, 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 #CF811F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 31 -
CMYK 0 0.38 0.85 0.19
HSL 33.41º 0.74% 0.47% -
HSV(B) 33.41º 0.85% 0.81% -
XYZ 33.83 29.06 5.12 -
YUV 141.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 207 129 31 0 0.38 0.85 0.19 33.41 0.74 0.47
Hex CF 81 1F 0 26 55 13 21 4A 2F
Octal 317 201 37 0 46 125 23 41 112 57
Binary 11001111 10000001 11111 0 100110 1010101 10011 100001 1001010 101111

Color Harmonies of #CF811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF811F

Black with #CF811F

Text Example


Text Example

White with #CF811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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