Html Css Color HEX #59301A Baker's Chocolate

📋 copy color: '#59301A'

red 89 ◦ green 48 ◦ blue 26

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

Shades of Baker's Chocolate #59301A

Tints of Baker's Chocolate #59301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.95%

R = 54.6%
G = 29.45%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59301A (or 0x59301A) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 1A. RGB value is (89,48,26). Sum of RGB (Red+Green+Blue) = 89+48+26=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59301A is #A6CFE5. Grayscale: #393939. Windows color (decimal): -10932198 or 1716313. OLE color: 1716313.

HSL color Cylindrical-coordinate representation of color #59301A: hue angle of 20.95º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59301A is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 26 -
CMYK 0 0.46 0.71 0.65
HSL 20.95º 0.55% 0.23% -
HSV(B) 20.95º 0.71% 0.35% -
XYZ 5.36 4.31 1.53 -
YUV 57.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 89 48 26 0 0.46 0.71 0.65 20.95 0.55 0.23
Hex 59 30 1A 0 2E 47 41 15 37 17
Octal 131 60 32 0 56 107 101 25 67 27
Binary 1011001 110000 11010 0 101110 1000111 1000001 10101 110111 10111

Color Harmonies of #59301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59301A

Black with #59301A

Text Example


Text Example

White with #59301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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