Html Css Color HEX #59301B Baker's Chocolate

📋 copy color: '#59301B'

red 89 ◦ green 48 ◦ blue 27

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

Shades of Baker's Chocolate #59301B

Tints of Baker's Chocolate #59301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

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

R = 54.27%
G = 29.27%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#59301B (or 0x59301B) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 1B. RGB value is (89,48,27). Sum of RGB (Red+Green+Blue) = 89+48+27=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59301B is #A6CFE4. Grayscale: #393939. Windows color (decimal): -10932197 or 1781849. OLE color: 1781849.

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

Color convert

RGB 89 48 27 -
CMYK 0 0.46 0.70 0.65
HSL 20.32º 0.53% 0.23% -
HSV(B) 20.32º 0.7% 0.35% -
XYZ 5.37 4.32 1.59 -
YUV 57.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 89 48 27 0 0.46 0.70 0.65 20.32 0.53 0.23
Hex 59 30 1B 0 2E 46 41 14 35 17
Octal 131 60 33 0 56 106 101 24 65 27
Binary 1011001 110000 11011 0 101110 1000110 1000001 10100 110101 10111

Color Harmonies of #59301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59301B

Black with #59301B

Text Example


Text Example

White with #59301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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