Html Css Color HEX #592A11 Baker's Chocolate

📋 copy color: '#592A11'

red 89 ◦ green 42 ◦ blue 17

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

Shades of Baker's Chocolate #592A11

Tints of Baker's Chocolate #592A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.38%

 BLUE value IS 17 (7.03% from 255) = 11.49%

R = 60.14%
G = 28.38%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#592A11 (or 0x592A11) is known color: Baker's Chocolate. HEX triplet: 59, 2A and 11. RGB value is (89,42,17). Sum of RGB (Red+Green+Blue) = 89+42+17=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 17 (7.03% from 255 or 11.49% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #592A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592A11 is #A6D5EE. Grayscale: #353535. Windows color (decimal): -10933743 or 1124953. OLE color: 1124953.

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

Color convert

RGB 89 42 17 -
CMYK 0 0.53 0.81 0.65
HSL 20.83º 0.68% 0.21% -
HSV(B) 20.83º 0.81% 0.35% -
XYZ 5.05 3.82 1 -
YUV 53.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 89 42 17 0 0.53 0.81 0.65 20.83 0.68 0.21
Hex 59 2A 11 0 35 51 41 15 44 15
Octal 131 52 21 0 65 121 101 25 104 25
Binary 1011001 101010 10001 0 110101 1010001 1000001 10101 1000100 10101

Color Harmonies of #592A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592A11

Black with #592A11

Text Example


Text Example

White with #592A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,42,17); }

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

background-color css

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

 a { background-color: rgb(89,42,17); }

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

border-color css

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

 span { border-color: rgb(89,42,17); }

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