Html Css Color HEX #593405 Baker's Chocolate

📋 copy color: '#593405'

red 89 ◦ green 52 ◦ blue 5

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

Shades of Baker's Chocolate #593405

Tints of Baker's Chocolate #593405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.62%

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

R = 60.96%
G = 35.62%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#593405 (or 0x593405) is known color: Baker's Chocolate. HEX triplet: 59, 34 and 05. RGB value is (89,52,5). Sum of RGB (Red+Green+Blue) = 89+52+5=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #593405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593405 is #A6CBFA. Grayscale: #393939. Windows color (decimal): -10931195 or 341081. OLE color: 341081.

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

Color convert

RGB 89 52 5 -
CMYK 0 0.42 0.94 0.65
HSL 33.57º 0.89% 0.18% -
HSV(B) 33.57º 0.94% 0.35% -
XYZ 5.38 4.59 0.75 -
YUV 57.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 89 52 5 0 0.42 0.94 0.65 33.57 0.89 0.18
Hex 59 34 5 0 2A 5E 41 22 59 12
Octal 131 64 5 0 52 136 101 42 131 22
Binary 1011001 110100 101 0 101010 1011110 1000001 100010 1011001 10010

Color Harmonies of #593405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593405

Black with #593405

Text Example


Text Example

White with #593405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593405; }

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

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

background-color css

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

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

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

border-color css

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

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

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