Html Css Color HEX #59390A Baker's Chocolate

📋 copy color: '#59390A'

red 89 ◦ green 57 ◦ blue 10

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

Shades of Baker's Chocolate #59390A

Tints of Baker's Chocolate #59390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 57.05%
G = 36.54%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59390A (or 0x59390A) is known color: Baker's Chocolate. HEX triplet: 59, 39 and 0A. RGB value is (89,57,10). Sum of RGB (Red+Green+Blue) = 89+57+10=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59390A is #A6C6F5. Grayscale: #3D3D3D. Windows color (decimal): -10929910 or 670041. OLE color: 670041.

HSL color Cylindrical-coordinate representation of color #59390A: hue angle of 35.7º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #59390A is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 57 10 -
CMYK 0 0.36 0.89 0.65
HSL 35.7º 0.8% 0.19% -
HSV(B) 35.7º 0.89% 0.35% -
XYZ 5.64 5.07 0.97 -
YUV 61.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 89 57 10 0 0.36 0.89 0.65 35.7 0.8 0.19
Hex 59 39 A 0 24 59 41 24 50 13
Octal 131 71 12 0 44 131 101 44 120 23
Binary 1011001 111001 1010 0 100100 1011001 1000001 100100 1010000 10011

Color Harmonies of #59390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59390A

Black with #59390A

Text Example


Text Example

White with #59390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59390A; }

 p { color: rgb(89,57,10); }

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

background-color css

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

 a { background-color: rgb(89,57,10); }

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

border-color css

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

 span { border-color: rgb(89,57,10); }

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