Html Css Color HEX #CB811B Ochre

📋 copy color: '#CB811B'

red 203 ◦ green 129 ◦ blue 27

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

Shades of Ochre #CB811B

Tints of Ochre #CB811B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 56.55%
G = 35.93%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB811B (or 0xCB811B) is known color: Ochre. HEX triplet: CB, 81 and 1B. RGB value is (203,129,27). Sum of RGB (Red+Green+Blue) = 203+129+27=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB811B is #347EE4. Grayscale: #8B8B8B. Windows color (decimal): -3440357 or 1802699. OLE color: 1802699.

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

Color convert

RGB 203 129 27 -
CMYK 0 0.36 0.87 0.20
HSL 34.77º 0.77% 0.45% -
HSV(B) 34.77º 0.87% 0.8% -
XYZ 32.68 28.48 4.81 -
YUV 139.5 64.52 173.29 -
System Red Green Blue C M Y K H S L
Decimal 203 129 27 0 0.36 0.87 0.20 34.77 0.77 0.45
Hex CB 81 1B 0 24 57 14 23 4D 2D
Octal 313 201 33 0 44 127 24 43 115 55
Binary 11001011 10000001 11011 0 100100 1010111 10100 100011 1001101 101101

Color Harmonies of #CB811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB811B

Black with #CB811B

Text Example


Text Example

White with #CB811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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