Html Css Color HEX #593305 Baker's Chocolate

📋 copy color: '#593305'

red 89 ◦ green 51 ◦ blue 5

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

Shades of Baker's Chocolate #593305

Tints of Baker's Chocolate #593305

RGB

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

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

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

R = 61.38%
G = 35.17%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#593305 (or 0x593305) is known color: Baker's Chocolate. HEX triplet: 59, 33 and 05. RGB value is (89,51,5). Sum of RGB (Red+Green+Blue) = 89+51+5=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #593305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593305 is #A6CCFA. Grayscale: #393939. Windows color (decimal): -10931451 or 340825. OLE color: 340825.

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

Color convert

RGB 89 51 5 -
CMYK 0 0.43 0.94 0.65
HSL 32.86º 0.89% 0.18% -
HSV(B) 32.86º 0.94% 0.35% -
XYZ 5.33 4.5 0.73 -
YUV 57.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 89 51 5 0 0.43 0.94 0.65 32.86 0.89 0.18
Hex 59 33 5 0 2B 5E 41 21 59 12
Octal 131 63 5 0 53 136 101 41 131 22
Binary 1011001 110011 101 0 101011 1011110 1000001 100001 1011001 10010

Color Harmonies of #593305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593305

Black with #593305

Text Example


Text Example

White with #593305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593305; }

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

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

background-color css

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

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

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

border-color css

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

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

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