Html Css Color HEX #CB8418 Ochre

📋 copy color: '#CB8418'

red 203 ◦ green 132 ◦ blue 24

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

Shades of Ochre #CB8418

Tints of Ochre #CB8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 56.55%
G = 36.77%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB8418 (or 0xCB8418) is known color: Ochre. HEX triplet: CB, 84 and 18. RGB value is (203,132,24). Sum of RGB (Red+Green+Blue) = 203+132+24=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8418 is #347BE7. Grayscale: #8D8D8D. Windows color (decimal): -3439592 or 1606859. OLE color: 1606859.

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

Color convert

RGB 203 132 24 -
CMYK 0 0.35 0.88 0.20
HSL 36.2º 0.79% 0.45% -
HSV(B) 36.2º 0.88% 0.8% -
XYZ 33.04 29.26 4.77 -
YUV 140.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 203 132 24 0 0.35 0.88 0.20 36.2 0.79 0.45
Hex CB 84 18 0 23 58 14 24 4F 2D
Octal 313 204 30 0 43 130 24 44 117 55
Binary 11001011 10000100 11000 0 100011 1011000 10100 100100 1001111 101101

Color Harmonies of #CB8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8418

Black with #CB8418

Text Example


Text Example

White with #CB8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8418; }

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

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

background-color css

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

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

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

border-color css

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

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

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