Html Css Color HEX #59361B Baker's Chocolate

📋 copy color: '#59361B'

red 89 ◦ green 54 ◦ blue 27

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

Shades of Baker's Chocolate #59361B

Tints of Baker's Chocolate #59361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.76%

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

R = 52.35%
G = 31.76%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59361B (or 0x59361B) is known color: Baker's Chocolate. HEX triplet: 59, 36 and 1B. RGB value is (89,54,27). Sum of RGB (Red+Green+Blue) = 89+54+27=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59361B is #A6C9E4. Grayscale: #3D3D3D. Windows color (decimal): -10930661 or 1783385. OLE color: 1783385.

HSL color Cylindrical-coordinate representation of color #59361B: hue angle of 26.13º 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 #59361B is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 54 27 -
CMYK 0 0.39 0.70 0.65
HSL 26.13º 0.53% 0.23% -
HSV(B) 26.13º 0.7% 0.35% -
XYZ 5.64 4.84 1.67 -
YUV 61.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 89 54 27 0 0.39 0.70 0.65 26.13 0.53 0.23
Hex 59 36 1B 0 27 46 41 1A 35 17
Octal 131 66 33 0 47 106 101 32 65 27
Binary 1011001 110110 11011 0 100111 1000110 1000001 11010 110101 10111

Color Harmonies of #59361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59361B

Black with #59361B

Text Example


Text Example

White with #59361B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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