Html Css Color HEX #593402 Baker's Chocolate

📋 copy color: '#593402'

red 89 ◦ green 52 ◦ blue 2

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

Shades of Baker's Chocolate #593402

Tints of Baker's Chocolate #593402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.36%

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

R = 62.24%
G = 36.36%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#593402 (or 0x593402) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 02. RGB value is (89,52,2). Sum of RGB (Red+Green+Blue) = 89+52+2=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #593402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593402 is #A6CBFD. Grayscale: #393939. Windows color (decimal): -10931198 or 144473. OLE color: 144473.

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

Color convert

RGB 89 52 2 -
CMYK 0 0.42 0.98 0.65
HSL 34.48º 0.96% 0.18% -
HSV(B) 34.48º 0.98% 0.35% -
XYZ 5.36 4.58 0.66 -
YUV 57.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 89 52 2 0 0.42 0.98 0.65 34.48 0.96 0.18
Hex 59 34 2 0 2A 62 41 22 60 12
Octal 131 64 2 0 52 142 101 42 140 22
Binary 1011001 110100 10 0 101010 1100010 1000001 100010 1100000 10010

Color Harmonies of #593402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593402

Black with #593402

Text Example


Text Example

White with #593402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593402; }

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

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

background-color css

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

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

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

border-color css

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

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

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