Html Css Color HEX #CF871E Ochre

📋 copy color: '#CF871E'

red 207 ◦ green 135 ◦ blue 30

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

Shades of Ochre #CF871E

Tints of Ochre #CF871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.29%

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

R = 55.65%
G = 36.29%
B = 8.06%

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

#CF871E (or 0xCF871E) is known color: Ochre. HEX triplet: CF, 87 and 1E. RGB value is (207,135,30). Sum of RGB (Red+Green+Blue) = 207+135+30=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 30 (12.11% from 255 or 8.06% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF871E is #3078E1. Grayscale: #919191. Windows color (decimal): -3176674 or 2000847. OLE color: 2000847.

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

Color convert

RGB 207 135 30 -
CMYK 0 0.35 0.86 0.19
HSL 35.59º 0.75% 0.46% -
HSV(B) 35.59º 0.86% 0.81% -
XYZ 34.63 30.69 5.33 -
YUV 144.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 207 135 30 0 0.35 0.86 0.19 35.59 0.75 0.46
Hex CF 87 1E 0 23 56 13 24 4B 2E
Octal 317 207 36 0 43 126 23 44 113 56
Binary 11001111 10000111 11110 0 100011 1010110 10011 100100 1001011 101110

Color Harmonies of #CF871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF871E

Black with #CF871E

Text Example


Text Example

White with #CF871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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