Html Css Color HEX #593302 Baker's Chocolate

📋 copy color: '#593302'

red 89 ◦ green 51 ◦ blue 2

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

Shades of Baker's Chocolate #593302

Tints of Baker's Chocolate #593302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.92%

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

R = 62.68%
G = 35.92%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#593302 (or 0x593302) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 02. RGB value is (89,51,2). Sum of RGB (Red+Green+Blue) = 89+51+2=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #593302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593302 is #A6CCFD. Grayscale: #393939. Windows color (decimal): -10931454 or 144217. OLE color: 144217.

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

Color convert

RGB 89 51 2 -
CMYK 0 0.43 0.98 0.65
HSL 33.79º 0.96% 0.18% -
HSV(B) 33.79º 0.98% 0.35% -
XYZ 5.31 4.5 0.65 -
YUV 56.78 97.09 150.98 -
System Red Green Blue C M Y K H S L
Decimal 89 51 2 0 0.43 0.98 0.65 33.79 0.96 0.18
Hex 59 33 2 0 2B 62 41 22 60 12
Octal 131 63 2 0 53 142 101 42 140 22
Binary 1011001 110011 10 0 101011 1100010 1000001 100010 1100000 10010

Color Harmonies of #593302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593302

Black with #593302

Text Example


Text Example

White with #593302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593302; }

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

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

background-color css

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

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

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

border-color css

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

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

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