Html Css Color HEX #592002 Baker's Chocolate

📋 copy color: '#592002'

red 89 ◦ green 32 ◦ blue 2

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

Shades of Baker's Chocolate #592002

Tints of Baker's Chocolate #592002

RGB

 RED value IS 89 (35.16% from 255) = 72.36%

 GREEN value IS 32 (12.89% from 255) = 26.02%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 72.36%
G = 26.02%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#592002 (or 0x592002) is known color: Baker's Chocolate. HEX triplet: 59, 20 and 02. RGB value is (89,32,2). Sum of RGB (Red+Green+Blue) = 89+32+2=123 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.36% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 89 - color contains mainly: red. Hex color #592002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592002 is #A6DFFD. Grayscale: #2D2D2D. Windows color (decimal): -10936318 or 139353. OLE color: 139353.

HSL color Cylindrical-coordinate representation of color #592002: hue angle of 20.69º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #592002 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 2 -
CMYK 0 0.64 0.98 0.65
HSL 20.69º 0.96% 0.18% -
HSV(B) 20.69º 0.98% 0.35% -
XYZ 4.65 3.16 0.42 -
YUV 45.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 89 32 2 0 0.64 0.98 0.65 20.69 0.96 0.18
Hex 59 20 2 0 40 62 41 15 60 12
Octal 131 40 2 0 100 142 101 25 140 22
Binary 1011001 100000 10 0 1000000 1100010 1000001 10101 1100000 10010

Color Harmonies of #592002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592002

Black with #592002

Text Example


Text Example

White with #592002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592002; }

 p { color: rgb(89,32,2); }

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

background-color css

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

 a { background-color: rgb(89,32,2); }

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

border-color css

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

 span { border-color: rgb(89,32,2); }

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