Html Css Color HEX #593002 Baker's Chocolate

📋 copy color: '#593002'

red 89 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #593002

Tints of Baker's Chocolate #593002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

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

R = 64.03%
G = 34.53%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#593002 (or 0x593002) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 02. RGB value is (89,48,2). Sum of RGB (Red+Green+Blue) = 89+48+2=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #593002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593002 is #A6CFFD. Grayscale: #373737. Windows color (decimal): -10932222 or 143449. OLE color: 143449.

HSL color Cylindrical-coordinate representation of color #593002: hue angle of 31.72º 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 #593002 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 2 -
CMYK 0 0.46 0.98 0.65
HSL 31.72º 0.96% 0.18% -
HSV(B) 31.72º 0.98% 0.35% -
XYZ 5.19 4.24 0.6 -
YUV 55.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 89 48 2 0 0.46 0.98 0.65 31.72 0.96 0.18
Hex 59 30 2 0 2E 62 41 20 60 12
Octal 131 60 2 0 56 142 101 40 140 22
Binary 1011001 110000 10 0 101110 1100010 1000001 100000 1100000 10010

Color Harmonies of #593002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593002

Black with #593002

Text Example


Text Example

White with #593002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593002; }

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

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

background-color css

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

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

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

border-color css

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

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

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