Html Css Color HEX #593200 Baker's Chocolate

📋 copy color: '#593200'

red 89 ◦ green 50 ◦ blue 0

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

Shades of Baker's Chocolate #593200

Tints of Baker's Chocolate #593200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.03%
G = 35.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#593200 (or 0x593200) is known color: Baker's Chocolate. HEX triplet: 59, 32 and 00. RGB value is (89,50,0). Sum of RGB (Red+Green+Blue) = 89+50+0=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #593200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593200 is #A6CDFF. Grayscale: #383838. Windows color (decimal): -10931712 or 12889. OLE color: 12889.

HSL color Cylindrical-coordinate representation of color #593200: hue angle of 33.71º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #593200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 50 0 -
CMYK 0 0.44 1 0.65
HSL 33.71º 1% 0.17% -
HSV(B) 33.71º 1% 0.35% -
XYZ 5.26 4.41 0.57 -
YUV 55.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 89 50 0 0 0.44 1 0.65 33.71 1 0.17
Hex 59 32 0 0 2C 64 41 22 64 11
Octal 131 62 0 0 54 144 101 42 144 21
Binary 1011001 110010 0 0 101100 1100100 1000001 100010 1100100 10001

Color Harmonies of #593200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593200

Black with #593200

Text Example


Text Example

White with #593200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593200; }

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

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

background-color css

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

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

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

border-color css

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

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

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