Html Css Color HEX #593008 Baker's Chocolate

📋 copy color: '#593008'

red 89 ◦ green 48 ◦ blue 8

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

Shades of Baker's Chocolate #593008

Tints of Baker's Chocolate #593008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

 BLUE value IS 8 (3.52% from 255) = 5.52%

R = 61.38%
G = 33.1%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#593008 (or 0x593008) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 08. RGB value is (89,48,8). Sum of RGB (Red+Green+Blue) = 89+48+8=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #593008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593008 is #A6CFF7. Grayscale: #373737. Windows color (decimal): -10932216 or 536665. OLE color: 536665.

HSL color Cylindrical-coordinate representation of color #593008: hue angle of 29.63º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #593008 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 8 -
CMYK 0 0.46 0.91 0.65
HSL 29.63º 0.84% 0.19% -
HSV(B) 29.63º 0.91% 0.35% -
XYZ 5.22 4.26 0.78 -
YUV 55.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 89 48 8 0 0.46 0.91 0.65 29.63 0.84 0.19
Hex 59 30 8 0 2E 5B 41 1E 54 13
Octal 131 60 10 0 56 133 101 36 124 23
Binary 1011001 110000 1000 0 101110 1011011 1000001 11110 1010100 10011

Color Harmonies of #593008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593008

Black with #593008

Text Example


Text Example

White with #593008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593008; }

 p { color: rgb(89,48,8); }

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

background-color css

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

 a { background-color: rgb(89,48,8); }

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

border-color css

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

 span { border-color: rgb(89,48,8); }

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