Html Css Color HEX #593C02 Baker's Chocolate

📋 copy color: '#593C02'

red 89 ◦ green 60 ◦ blue 2

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

Shades of Baker's Chocolate #593C02

Tints of Baker's Chocolate #593C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.74%

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

R = 58.94%
G = 39.74%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#593C02 (or 0x593C02) is known color: Baker's Chocolate. HEX triplet: 59, 3C and 02. RGB value is (89,60,2). Sum of RGB (Red+Green+Blue) = 89+60+2=151 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.94% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 89 - color contains mainly: red. Hex color #593C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593C02 is #A6C3FD. Grayscale: #3E3E3E. Windows color (decimal): -10929150 or 146521. OLE color: 146521.

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

Color convert

RGB 89 60 2 -
CMYK 0 0.33 0.98 0.65
HSL 40º 0.96% 0.18% -
HSV(B) 40º 0.98% 0.35% -
XYZ 5.75 5.36 0.79 -
YUV 62.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 89 60 2 0 0.33 0.98 0.65 40 0.96 0.18
Hex 59 3C 2 0 21 62 41 28 60 12
Octal 131 74 2 0 41 142 101 50 140 22
Binary 1011001 111100 10 0 100001 1100010 1000001 101000 1100000 10010

Color Harmonies of #593C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593C02

Black with #593C02

Text Example


Text Example

White with #593C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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