Html Css Color HEX #592913 Baker's Chocolate

📋 copy color: '#592913'

red 89 ◦ green 41 ◦ blue 19

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

Shades of Baker's Chocolate #592913

Tints of Baker's Chocolate #592913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

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

R = 59.73%
G = 27.52%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#592913 (or 0x592913) is known color: Baker's Chocolate. HEX triplet: 59, 29 and 13. RGB value is (89,41,19). Sum of RGB (Red+Green+Blue) = 89+41+19=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #592913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592913 is #A6D6EC. Grayscale: #343434. Windows color (decimal): -10933997 or 1255769. OLE color: 1255769.

HSL color Cylindrical-coordinate representation of color #592913: hue angle of 18.86º 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 #592913 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 19 -
CMYK 0 0.54 0.79 0.65
HSL 18.86º 0.65% 0.21% -
HSV(B) 18.86º 0.79% 0.35% -
XYZ 5.03 3.76 1.08 -
YUV 52.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 89 41 19 0 0.54 0.79 0.65 18.86 0.65 0.21
Hex 59 29 13 0 36 4F 41 13 41 15
Octal 131 51 23 0 66 117 101 23 101 25
Binary 1011001 101001 10011 0 110110 1001111 1000001 10011 1000001 10101

Color Harmonies of #592913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592913

Black with #592913

Text Example


Text Example

White with #592913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592913; }

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

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

background-color css

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

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

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

border-color css

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

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

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