Html Css Color HEX #593202 Baker's Chocolate

📋 copy color: '#593202'

red 89 ◦ green 50 ◦ blue 2

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

Shades of Baker's Chocolate #593202

Tints of Baker's Chocolate #593202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.46%

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

R = 63.12%
G = 35.46%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#593202 (or 0x593202) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 02. RGB value is (89,50,2). Sum of RGB (Red+Green+Blue) = 89+50+2=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #593202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593202 is #A6CDFD. Grayscale: #383838. Windows color (decimal): -10931710 or 143961. OLE color: 143961.

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

Color convert

RGB 89 50 2 -
CMYK 0 0.44 0.98 0.65
HSL 33.1º 0.96% 0.18% -
HSV(B) 33.1º 0.98% 0.35% -
XYZ 5.27 4.41 0.63 -
YUV 56.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 89 50 2 0 0.44 0.98 0.65 33.1 0.96 0.18
Hex 59 32 2 0 2C 62 41 21 60 12
Octal 131 62 2 0 54 142 101 41 140 22
Binary 1011001 110010 10 0 101100 1100010 1000001 100001 1100000 10010

Color Harmonies of #593202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593202

Black with #593202

Text Example


Text Example

White with #593202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593202; }

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

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

background-color css

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

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

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

border-color css

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

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

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