Html Css Color HEX #59250F Baker's Chocolate

📋 copy color: '#59250F'

red 89 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #59250F

Tints of Baker's Chocolate #59250F

RGB

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

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

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

R = 63.12%
G = 26.24%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#59250F (or 0x59250F) is known color: Baker's Chocolate. HEX triplet: 59, 25 and 0F. RGB value is (89,37,15). Sum of RGB (Red+Green+Blue) = 89+37+15=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59250F is #A6DAF0. Grayscale: #323232. Windows color (decimal): -10935025 or 992601. OLE color: 992601.

HSL color Cylindrical-coordinate representation of color #59250F: hue angle of 17.84º 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 #59250F is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 15 -
CMYK 0 0.58 0.83 0.65
HSL 17.84º 0.71% 0.2% -
HSV(B) 17.84º 0.83% 0.35% -
XYZ 4.87 3.48 0.87 -
YUV 50.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 89 37 15 0 0.58 0.83 0.65 17.84 0.71 0.2
Hex 59 25 F 0 3A 53 41 12 47 14
Octal 131 45 17 0 72 123 101 22 107 24
Binary 1011001 100101 1111 0 111010 1010011 1000001 10010 1000111 10100

Color Harmonies of #59250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59250F

Black with #59250F

Text Example


Text Example

White with #59250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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