Html Css Color HEX #59361C Baker's Chocolate

📋 copy color: '#59361C'

red 89 ◦ green 54 ◦ blue 28

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

Shades of Baker's Chocolate #59361C

Tints of Baker's Chocolate #59361C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.37%

R = 52.05%
G = 31.58%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59361C (or 0x59361C) is known color: Baker's Chocolate. HEX triplet: 59, 36 and 1C. RGB value is (89,54,28). Sum of RGB (Red+Green+Blue) = 89+54+28=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59361C is #A6C9E3. Grayscale: #3D3D3D. Windows color (decimal): -10930660 or 1848921. OLE color: 1848921.

HSL color Cylindrical-coordinate representation of color #59361C: hue angle of 25.57º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59361C is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 54 28 -
CMYK 0 0.39 0.69 0.65
HSL 25.57º 0.52% 0.23% -
HSV(B) 25.57º 0.69% 0.35% -
XYZ 5.65 4.85 1.74 -
YUV 61.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 89 54 28 0 0.39 0.69 0.65 25.57 0.52 0.23
Hex 59 36 1C 0 27 45 41 1A 34 17
Octal 131 66 34 0 47 105 101 32 64 27
Binary 1011001 110110 11100 0 100111 1000101 1000001 11010 110100 10111

Color Harmonies of #59361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59361C

Black with #59361C

Text Example


Text Example

White with #59361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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