Html Css Color HEX #592813 Baker's Chocolate

📋 copy color: '#592813'

red 89 ◦ green 40 ◦ blue 19

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

Shades of Baker's Chocolate #592813

Tints of Baker's Chocolate #592813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.03%

 BLUE value IS 19 (7.81% from 255) = 12.84%

R = 60.14%
G = 27.03%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#592813 (or 0x592813) is known color: Baker's Chocolate. HEX triplet: 59, 28 and 13. RGB value is (89,40,19). Sum of RGB (Red+Green+Blue) = 89+40+19=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #592813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592813 is #A6D7EC. Grayscale: #343434. Windows color (decimal): -10934253 or 1255513. OLE color: 1255513.

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

Color convert

RGB 89 40 19 -
CMYK 0 0.55 0.79 0.65
HSL 18º 0.65% 0.21% -
HSV(B) 18º 0.79% 0.35% -
XYZ 5 3.69 1.06 -
YUV 52.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 89 40 19 0 0.55 0.79 0.65 18 0.65 0.21
Hex 59 28 13 0 37 4F 41 12 41 15
Octal 131 50 23 0 67 117 101 22 101 25
Binary 1011001 101000 10011 0 110111 1001111 1000001 10010 1000001 10101

Color Harmonies of #592813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592813

Black with #592813

Text Example


Text Example

White with #592813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592813; }

 p { color: rgb(89,40,19); }

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

background-color css

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

 a { background-color: rgb(89,40,19); }

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

border-color css

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

 span { border-color: rgb(89,40,19); }

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