Html Css Color HEX #CB8419 Ochre

📋 copy color: '#CB8419'

red 203 ◦ green 132 ◦ blue 25

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

Shades of Ochre #CB8419

Tints of Ochre #CB8419

RGB

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

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

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

R = 56.39%
G = 36.67%
B = 6.94%

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

#CB8419 (or 0xCB8419) is known color: Ochre. HEX triplet: CB, 84 and 19. RGB value is (203,132,25). Sum of RGB (Red+Green+Blue) = 203+132+25=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB8419 is #347BE6. Grayscale: #8D8D8D. Windows color (decimal): -3439591 or 1672395. OLE color: 1672395.

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

Color convert

RGB 203 132 25 -
CMYK 0 0.35 0.88 0.20
HSL 36.07º 0.78% 0.45% -
HSV(B) 36.07º 0.88% 0.8% -
XYZ 33.06 29.27 4.83 -
YUV 141.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 203 132 25 0 0.35 0.88 0.20 36.07 0.78 0.45
Hex CB 84 19 0 23 58 14 24 4E 2D
Octal 313 204 31 0 43 130 24 44 116 55
Binary 11001011 10000100 11001 0 100011 1011000 10100 100100 1001110 101101

Color Harmonies of #CB8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8419

Black with #CB8419

Text Example


Text Example

White with #CB8419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8419; }

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

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

background-color css

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

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

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

border-color css

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

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

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