Html Css Color HEX #CB8818 Ochre

📋 copy color: '#CB8818'

red 203 ◦ green 136 ◦ blue 24

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

Shades of Ochre #CB8818

Tints of Ochre #CB8818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.47%

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 55.92%
G = 37.47%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB8818 (or 0xCB8818) is known color: Ochre. HEX triplet: CB, 88 and 18. RGB value is (203,136,24). Sum of RGB (Red+Green+Blue) = 203+136+24=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8818 is #3477E7. Grayscale: #8F8F8F. Windows color (decimal): -3438568 or 1607883. OLE color: 1607883.

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

Color convert

RGB 203 136 24 -
CMYK 0 0.33 0.88 0.20
HSL 37.54º 0.79% 0.45% -
HSV(B) 37.54º 0.88% 0.8% -
XYZ 33.6 30.37 4.96 -
YUV 143.27 60.7 170.61 -
System Red Green Blue C M Y K H S L
Decimal 203 136 24 0 0.33 0.88 0.20 37.54 0.79 0.45
Hex CB 88 18 0 21 58 14 26 4F 2D
Octal 313 210 30 0 41 130 24 46 117 55
Binary 11001011 10001000 11000 0 100001 1011000 10100 100110 1001111 101101

Color Harmonies of #CB8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8818

Black with #CB8818

Text Example


Text Example

White with #CB8818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8818; }

 p { color: rgb(203,136,24); }

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

background-color css

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

 a { background-color: rgb(203,136,24); }

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

border-color css

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

 span { border-color: rgb(203,136,24); }

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