Html Css Color HEX #592D10 Baker's Chocolate

📋 copy color: '#592D10'

red 89 ◦ green 45 ◦ blue 16

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

Shades of Baker's Chocolate #592D10

Tints of Baker's Chocolate #592D10

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30%

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 59.33%
G = 30%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#592D10 (or 0x592D10) is known color: Baker's Chocolate. HEX triplet: 59, 2D and 10. RGB value is (89,45,16). Sum of RGB (Red+Green+Blue) = 89+45+16=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #592D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592D10 is #A6D2EF. Grayscale: #373737. Windows color (decimal): -10932976 or 1060185. OLE color: 1060185.

HSL color Cylindrical-coordinate representation of color #592D10: hue angle of 23.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #592D10 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 45 16 -
CMYK 0 0.49 0.82 0.65
HSL 23.84º 0.7% 0.21% -
HSV(B) 23.84º 0.82% 0.35% -
XYZ 5.15 4.04 1 -
YUV 54.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 89 45 16 0 0.49 0.82 0.65 23.84 0.7 0.21
Hex 59 2D 10 0 31 52 41 18 46 15
Octal 131 55 20 0 61 122 101 30 106 25
Binary 1011001 101101 10000 0 110001 1010010 1000001 11000 1000110 10101

Color Harmonies of #592D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D10

Black with #592D10

Text Example


Text Example

White with #592D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592D10; }

 p { color: rgb(89,45,16); }

 H1.HeaderClassName
 {
   color: #592D10;
 }
 .AnyTagClassName
 {
   color: #592D10;
 }
</style>

background-color css

<style>
 a { background-color: #592D10; }

 a { background-color: rgb(89,45,16); }

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

border-color css

<style>
 span { border-color: #592D10; }

 span { border-color: rgb(89,45,16); }

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