Html Css Color HEX #59250C Baker's Chocolate

📋 copy color: '#59250C'

red 89 ◦ green 37 ◦ blue 12

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

Shades of Baker's Chocolate #59250C

Tints of Baker's Chocolate #59250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

 BLUE value IS 12 (5.08% from 255) = 8.7%

R = 64.49%
G = 26.81%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59250C (or 0x59250C) is known color: Baker's Chocolate. HEX triplet: 59, 25 and 0C. RGB value is (89,37,12). Sum of RGB (Red+Green+Blue) = 89+37+12=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #59250C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59250C is #A6DAF3. Grayscale: #313131. Windows color (decimal): -10935028 or 795993. OLE color: 795993.

HSL color Cylindrical-coordinate representation of color #59250C: hue angle of 19.48º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59250C is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 12 -
CMYK 0 0.58 0.87 0.65
HSL 19.48º 0.76% 0.2% -
HSV(B) 19.48º 0.87% 0.35% -
XYZ 4.85 3.47 0.76 -
YUV 49.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 89 37 12 0 0.58 0.87 0.65 19.48 0.76 0.2
Hex 59 25 C 0 3A 57 41 13 4C 14
Octal 131 45 14 0 72 127 101 23 114 24
Binary 1011001 100101 1100 0 111010 1010111 1000001 10011 1001100 10100

Color Harmonies of #59250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59250C

Black with #59250C

Text Example


Text Example

White with #59250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,37,12); }

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

background-color css

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

 a { background-color: rgb(89,37,12); }

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

border-color css

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

 span { border-color: rgb(89,37,12); }

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