Html Css Color HEX #CB8819 Ochre

📋 copy color: '#CB8819'

red 203 ◦ green 136 ◦ blue 25

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

Shades of Ochre #CB8819

Tints of Ochre #CB8819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.87%

R = 55.77%
G = 37.36%
B = 6.87%

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

#CB8819 (or 0xCB8819) is known color: Ochre. HEX triplet: CB, 88 and 19. RGB value is (203,136,25). Sum of RGB (Red+Green+Blue) = 203+136+25=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8819 is #3477E6. Grayscale: #8F8F8F. Windows color (decimal): -3438567 or 1673419. OLE color: 1673419.

HSL color Cylindrical-coordinate representation of color #CB8819: hue angle of 37.42º degrees, saturation: 0.78, 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 #CB8819 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 136 25 -
CMYK 0 0.33 0.88 0.20
HSL 37.42º 0.78% 0.45% -
HSV(B) 37.42º 0.88% 0.8% -
XYZ 33.61 30.38 5.01 -
YUV 143.38 61.2 170.53 -
System Red Green Blue C M Y K H S L
Decimal 203 136 25 0 0.33 0.88 0.20 37.42 0.78 0.45
Hex CB 88 19 0 21 58 14 25 4E 2D
Octal 313 210 31 0 41 130 24 45 116 55
Binary 11001011 10001000 11001 0 100001 1011000 10100 100101 1001110 101101

Color Harmonies of #CB8819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8819

Black with #CB8819

Text Example


Text Example

White with #CB8819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8819; }

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

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

background-color css

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

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

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

border-color css

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

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

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