Html Css Color HEX #CF861E Ochre

📋 copy color: '#CF861E'

red 207 ◦ green 134 ◦ blue 30

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

Shades of Ochre #CF861E

Tints of Ochre #CF861E

RGB

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

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

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

R = 55.8%
G = 36.12%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF861E (or 0xCF861E) is known color: Ochre. HEX triplet: CF, 86 and 1E. RGB value is (207,134,30). Sum of RGB (Red+Green+Blue) = 207+134+30=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF861E is #3079E1. Grayscale: #909090. Windows color (decimal): -3176930 or 2000591. OLE color: 2000591.

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

Color convert

RGB 207 134 30 -
CMYK 0 0.35 0.86 0.19
HSL 35.25º 0.75% 0.46% -
HSV(B) 35.25º 0.86% 0.81% -
XYZ 34.49 30.41 5.28 -
YUV 143.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 207 134 30 0 0.35 0.86 0.19 35.25 0.75 0.46
Hex CF 86 1E 0 23 56 13 23 4B 2E
Octal 317 206 36 0 43 126 23 43 113 56
Binary 11001111 10000110 11110 0 100011 1010110 10011 100011 1001011 101110

Color Harmonies of #CF861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF861E

Black with #CF861E

Text Example


Text Example

White with #CF861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF861E; }

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

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

background-color css

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

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

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

border-color css

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

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

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