Html Css Color HEX #CB5719 Chocolate

📋 copy color: '#CB5719'

red 203 ◦ green 87 ◦ blue 25

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

Shades of Chocolate #CB5719

Tints of Chocolate #CB5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

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

R = 64.44%
G = 27.62%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB5719 (or 0xCB5719) is known color: Chocolate. HEX triplet: CB, 57 and 19. RGB value is (203,87,25). Sum of RGB (Red+Green+Blue) = 203+87+25=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5719 is #34A8E6. Grayscale: #727272. Windows color (decimal): -3451111 or 1660875. OLE color: 1660875.

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

Color convert

RGB 203 87 25 -
CMYK 0 0.57 0.88 0.20
HSL 20.9º 0.78% 0.45% -
HSV(B) 20.9º 0.88% 0.8% -
XYZ 28.21 19.58 3.21 -
YUV 114.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 203 87 25 0 0.57 0.88 0.20 20.9 0.78 0.45
Hex CB 57 19 0 39 58 14 15 4E 2D
Octal 313 127 31 0 71 130 24 25 116 55
Binary 11001011 1010111 11001 0 111001 1011000 10100 10101 1001110 101101

Color Harmonies of #CB5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5719

Black with #CB5719

Text Example


Text Example

White with #CB5719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5719; }

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

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

background-color css

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

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

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

border-color css

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

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

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