Html Css Color HEX #593005 Baker's Chocolate

📋 copy color: '#593005'

red 89 ◦ green 48 ◦ blue 5

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

Shades of Baker's Chocolate #593005

Tints of Baker's Chocolate #593005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.52%

R = 62.68%
G = 33.8%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#593005 (or 0x593005) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 05. RGB value is (89,48,5). Sum of RGB (Red+Green+Blue) = 89+48+5=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #593005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593005 is #A6CFFA. Grayscale: #373737. Windows color (decimal): -10932219 or 340057. OLE color: 340057.

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

Color convert

RGB 89 48 5 -
CMYK 0 0.46 0.94 0.65
HSL 30.71º 0.89% 0.18% -
HSV(B) 30.71º 0.94% 0.35% -
XYZ 5.2 4.25 0.69 -
YUV 55.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 89 48 5 0 0.46 0.94 0.65 30.71 0.89 0.18
Hex 59 30 5 0 2E 5E 41 1F 59 12
Octal 131 60 5 0 56 136 101 37 131 22
Binary 1011001 110000 101 0 101110 1011110 1000001 11111 1011001 10010

Color Harmonies of #593005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593005

Black with #593005

Text Example


Text Example

White with #593005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593005; }

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

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

background-color css

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

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

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

border-color css

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

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

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