Html Css Color HEX #CB811D Ochre

📋 copy color: '#CB811D'

red 203 ◦ green 129 ◦ blue 29

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

Shades of Ochre #CB811D

Tints of Ochre #CB811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

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

R = 56.23%
G = 35.73%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB811D (or 0xCB811D) is known color: Ochre. HEX triplet: CB, 81 and 1D. RGB value is (203,129,29). Sum of RGB (Red+Green+Blue) = 203+129+29=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB811D is #347EE2. Grayscale: #8C8C8C. Windows color (decimal): -3440355 or 1933771. OLE color: 1933771.

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

Color convert

RGB 203 129 29 -
CMYK 0 0.36 0.86 0.20
HSL 34.48º 0.75% 0.45% -
HSV(B) 34.48º 0.86% 0.8% -
XYZ 32.7 28.49 4.94 -
YUV 139.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 203 129 29 0 0.36 0.86 0.20 34.48 0.75 0.45
Hex CB 81 1D 0 24 56 14 22 4B 2D
Octal 313 201 35 0 44 126 24 42 113 55
Binary 11001011 10000001 11101 0 100100 1010110 10100 100010 1001011 101101

Color Harmonies of #CB811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB811D

Black with #CB811D

Text Example


Text Example

White with #CB811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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