Html Css Color HEX #59361A Baker's Chocolate

📋 copy color: '#59361A'

red 89 ◦ green 54 ◦ blue 26

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

Shades of Baker's Chocolate #59361A

Tints of Baker's Chocolate #59361A

RGB

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

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

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

R = 52.66%
G = 31.95%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59361A (or 0x59361A) is known color: Baker's Chocolate. HEX triplet: 59, 36 and 1A. RGB value is (89,54,26). Sum of RGB (Red+Green+Blue) = 89+54+26=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59361A is #A6C9E5. Grayscale: #3D3D3D. Windows color (decimal): -10930662 or 1717849. OLE color: 1717849.

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

Color convert

RGB 89 54 26 -
CMYK 0 0.39 0.71 0.65
HSL 26.67º 0.55% 0.23% -
HSV(B) 26.67º 0.71% 0.35% -
XYZ 5.63 4.84 1.61 -
YUV 61.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 89 54 26 0 0.39 0.71 0.65 26.67 0.55 0.23
Hex 59 36 1A 0 27 47 41 1B 37 17
Octal 131 66 32 0 47 107 101 33 67 27
Binary 1011001 110110 11010 0 100111 1000111 1000001 11011 110111 10111

Color Harmonies of #59361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59361A

Black with #59361A

Text Example


Text Example

White with #59361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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