Html Css Color HEX #CB8919 Ochre

📋 copy color: '#CB8919'

red 203 ◦ green 137 ◦ blue 25

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

Shades of Ochre #CB8919

Tints of Ochre #CB8919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 55.62%
G = 37.53%
B = 6.85%

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

#CB8919 (or 0xCB8919) is known color: Ochre. HEX triplet: CB, 89 and 19. RGB value is (203,137,25). Sum of RGB (Red+Green+Blue) = 203+137+25=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8919 is #3476E6. Grayscale: #909090. Windows color (decimal): -3438311 or 1673675. OLE color: 1673675.

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

Color convert

RGB 203 137 25 -
CMYK 0 0.33 0.88 0.20
HSL 37.75º 0.78% 0.45% -
HSV(B) 37.75º 0.88% 0.8% -
XYZ 33.75 30.66 5.06 -
YUV 143.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 203 137 25 0 0.33 0.88 0.20 37.75 0.78 0.45
Hex CB 89 19 0 21 58 14 26 4E 2D
Octal 313 211 31 0 41 130 24 46 116 55
Binary 11001011 10001001 11001 0 100001 1011000 10100 100110 1001110 101101

Color Harmonies of #CB8919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8919

Black with #CB8919

Text Example


Text Example

White with #CB8919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8919; }

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

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

background-color css

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

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

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

border-color css

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

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

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