Html Css Color HEX #CB861D Ochre

📋 copy color: '#CB861D'

red 203 ◦ green 134 ◦ blue 29

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

Shades of Ochre #CB861D

Tints of Ochre #CB861D

RGB

 RED value IS 203 (79.69% from 255) = 55.46%

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

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

R = 55.46%
G = 36.61%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB861D (or 0xCB861D) is known color: Ochre. HEX triplet: CB, 86 and 1D. RGB value is (203,134,29). Sum of RGB (Red+Green+Blue) = 203+134+29=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB861D is #3479E2. Grayscale: #8F8F8F. Windows color (decimal): -3439075 or 1935051. OLE color: 1935051.

HSL color Cylindrical-coordinate representation of color #CB861D: hue angle of 36.21º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB861D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 134 29 -
CMYK 0 0.34 0.86 0.20
HSL 36.21º 0.75% 0.45% -
HSV(B) 36.21º 0.86% 0.8% -
XYZ 33.38 29.84 5.16 -
YUV 142.66 63.86 171.04 -
System Red Green Blue C M Y K H S L
Decimal 203 134 29 0 0.34 0.86 0.20 36.21 0.75 0.45
Hex CB 86 1D 0 22 56 14 24 4B 2D
Octal 313 206 35 0 42 126 24 44 113 55
Binary 11001011 10000110 11101 0 100010 1010110 10100 100100 1001011 101101

Color Harmonies of #CB861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB861D

Black with #CB861D

Text Example


Text Example

White with #CB861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB861D; }

 p { color: rgb(203,134,29); }

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

background-color css

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

 a { background-color: rgb(203,134,29); }

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

border-color css

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

 span { border-color: rgb(203,134,29); }

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