Html Css Color HEX #59351B Baker's Chocolate

📋 copy color: '#59351B'

red 89 ◦ green 53 ◦ blue 27

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

Shades of Baker's Chocolate #59351B

Tints of Baker's Chocolate #59351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 52.66%
G = 31.36%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59351B (or 0x59351B) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 1B. RGB value is (89,53,27). Sum of RGB (Red+Green+Blue) = 89+53+27=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59351B is #A6CAE4. Grayscale: #3C3C3C. Windows color (decimal): -10930917 or 1783129. OLE color: 1783129.

HSL color Cylindrical-coordinate representation of color #59351B: hue angle of 25.16º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59351B is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 27 -
CMYK 0 0.40 0.70 0.65
HSL 25.16º 0.53% 0.23% -
HSV(B) 25.16º 0.7% 0.35% -
XYZ 5.59 4.75 1.66 -
YUV 60.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 89 53 27 0 0.40 0.70 0.65 25.16 0.53 0.23
Hex 59 35 1B 0 28 46 41 19 35 17
Octal 131 65 33 0 50 106 101 31 65 27
Binary 1011001 110101 11011 0 101000 1000110 1000001 11001 110101 10111

Color Harmonies of #59351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59351B

Black with #59351B

Text Example


Text Example

White with #59351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59351B; }

 p { color: rgb(89,53,27); }

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

background-color css

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

 a { background-color: rgb(89,53,27); }

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

border-color css

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

 span { border-color: rgb(89,53,27); }

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