Html Css Color HEX #CF861F Ochre

📋 copy color: '#CF861F'

red 207 ◦ green 134 ◦ blue 31

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

Shades of Ochre #CF861F

Tints of Ochre #CF861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 55.65%
G = 36.02%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF861F (or 0xCF861F) is known color: Ochre. HEX triplet: CF, 86 and 1F. RGB value is (207,134,31). Sum of RGB (Red+Green+Blue) = 207+134+31=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF861F is #3079E0. Grayscale: #909090. Windows color (decimal): -3176929 or 2066127. OLE color: 2066127.

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

Color convert

RGB 207 134 31 -
CMYK 0 0.35 0.85 0.19
HSL 35.11º 0.74% 0.47% -
HSV(B) 35.11º 0.85% 0.81% -
XYZ 34.5 30.41 5.35 -
YUV 144.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 207 134 31 0 0.35 0.85 0.19 35.11 0.74 0.47
Hex CF 86 1F 0 23 55 13 23 4A 2F
Octal 317 206 37 0 43 125 23 43 112 57
Binary 11001111 10000110 11111 0 100011 1010101 10011 100011 1001010 101111

Color Harmonies of #CF861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF861F

Black with #CF861F

Text Example


Text Example

White with #CF861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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