Html Css Color HEX #592812 Baker's Chocolate

📋 copy color: '#592812'

red 89 ◦ green 40 ◦ blue 18

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

Shades of Baker's Chocolate #592812

Tints of Baker's Chocolate #592812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 60.54%
G = 27.21%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#592812 (or 0x592812) is known color: Baker's Chocolate. HEX triplet: 59, 28 and 12. RGB value is (89,40,18). Sum of RGB (Red+Green+Blue) = 89+40+18=147 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.54% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 89 - color contains mainly: red. Hex color #592812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592812 is #A6D7ED. Grayscale: #343434. Windows color (decimal): -10934254 or 1189977. OLE color: 1189977.

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

Color convert

RGB 89 40 18 -
CMYK 0 0.55 0.80 0.65
HSL 18.59º 0.66% 0.21% -
HSV(B) 18.59º 0.8% 0.35% -
XYZ 4.99 3.69 1.02 -
YUV 52.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 89 40 18 0 0.55 0.80 0.65 18.59 0.66 0.21
Hex 59 28 12 0 37 50 41 13 42 15
Octal 131 50 22 0 67 120 101 23 102 25
Binary 1011001 101000 10010 0 110111 1010000 1000001 10011 1000010 10101

Color Harmonies of #592812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592812

Black with #592812

Text Example


Text Example

White with #592812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592812; }

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

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

background-color css

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

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

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

border-color css

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

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

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