Html Css Color HEX #CB591F Chocolate

📋 copy color: '#CB591F'

red 203 ◦ green 89 ◦ blue 31

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

Shades of Chocolate #CB591F

Tints of Chocolate #CB591F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 62.85%
G = 27.55%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB591F (or 0xCB591F) is known color: Chocolate. HEX triplet: CB, 59 and 1F. RGB value is (203,89,31). Sum of RGB (Red+Green+Blue) = 203+89+31=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB591F is #34A6E0. Grayscale: #747474. Windows color (decimal): -3450593 or 2054603. OLE color: 2054603.

HSL color Cylindrical-coordinate representation of color #CB591F: hue angle of 20.23º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB591F is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 31 -
CMYK 0 0.56 0.85 0.20
HSL 20.23º 0.74% 0.46% -
HSV(B) 20.23º 0.85% 0.8% -
XYZ 28.45 19.94 3.65 -
YUV 116.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 203 89 31 0 0.56 0.85 0.20 20.23 0.74 0.46
Hex CB 59 1F 0 38 55 14 14 4A 2E
Octal 313 131 37 0 70 125 24 24 112 56
Binary 11001011 1011001 11111 0 111000 1010101 10100 10100 1001010 101110

Color Harmonies of #CB591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB591F

Black with #CB591F

Text Example


Text Example

White with #CB591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB591F; }

 p { color: rgb(203,89,31); }

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

background-color css

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

 a { background-color: rgb(203,89,31); }

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

border-color css

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

 span { border-color: rgb(203,89,31); }

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