Html Css Color HEX #CF871D Ochre

📋 copy color: '#CF871D'

red 207 ◦ green 135 ◦ blue 29

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

Shades of Ochre #CF871D

Tints of Ochre #CF871D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 55.8%
G = 36.39%
B = 7.82%

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

#CF871D (or 0xCF871D) is known color: Ochre. HEX triplet: CF, 87 and 1D. RGB value is (207,135,29). Sum of RGB (Red+Green+Blue) = 207+135+29=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF871D is #3078E2. Grayscale: #909090. Windows color (decimal): -3176675 or 1935311. OLE color: 1935311.

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

Color convert

RGB 207 135 29 -
CMYK 0 0.35 0.86 0.19
HSL 35.73º 0.75% 0.46% -
HSV(B) 35.73º 0.86% 0.81% -
XYZ 34.62 30.68 5.26 -
YUV 144.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 207 135 29 0 0.35 0.86 0.19 35.73 0.75 0.46
Hex CF 87 1D 0 23 56 13 24 4B 2E
Octal 317 207 35 0 43 126 23 44 113 56
Binary 11001111 10000111 11101 0 100011 1010110 10011 100100 1001011 101110

Color Harmonies of #CF871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF871D

Black with #CF871D

Text Example


Text Example

White with #CF871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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