Html Css Color HEX #59240F Baker's Chocolate

📋 copy color: '#59240F'

red 89 ◦ green 36 ◦ blue 15

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

Shades of Baker's Chocolate #59240F

Tints of Baker's Chocolate #59240F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

 BLUE value IS 15 (6.25% from 255) = 10.71%

R = 63.57%
G = 25.71%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59240F (or 0x59240F) is known color: Baker's Chocolate. HEX triplet: 59, 24 and 0F. RGB value is (89,36,15). Sum of RGB (Red+Green+Blue) = 89+36+15=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59240F is #A6DBF0. Grayscale: #313131. Windows color (decimal): -10935281 or 992345. OLE color: 992345.

HSL color Cylindrical-coordinate representation of color #59240F: hue angle of 17.03º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59240F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 36 15 -
CMYK 0 0.60 0.83 0.65
HSL 17.03º 0.71% 0.2% -
HSV(B) 17.03º 0.83% 0.35% -
XYZ 4.84 3.42 0.86 -
YUV 49.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 89 36 15 0 0.60 0.83 0.65 17.03 0.71 0.2
Hex 59 24 F 0 3C 53 41 11 47 14
Octal 131 44 17 0 74 123 101 21 107 24
Binary 1011001 100100 1111 0 111100 1010011 1000001 10001 1000111 10100

Color Harmonies of #59240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59240F

Black with #59240F

Text Example


Text Example

White with #59240F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59240F; }

 p { color: rgb(89,36,15); }

 H1.HeaderClassName
 {
   color: #59240F;
 }
 .AnyTagClassName
 {
   color: #59240F;
 }
</style>

background-color css

<style>
 a { background-color: #59240F; }

 a { background-color: rgb(89,36,15); }

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

border-color css

<style>
 span { border-color: #59240F; }

 span { border-color: rgb(89,36,15); }

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