Html Css Color HEX #592F11 Baker's Chocolate

📋 copy color: '#592F11'

red 89 ◦ green 47 ◦ blue 17

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

Shades of Baker's Chocolate #592F11

Tints of Baker's Chocolate #592F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.72%

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

R = 58.17%
G = 30.72%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#592F11 (or 0x592F11) is known color: Baker's Chocolate. HEX triplet: 59, 2F and 11. RGB value is (89,47,17). Sum of RGB (Red+Green+Blue) = 89+47+17=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #592F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592F11 is #A6D0EE. Grayscale: #383838. Windows color (decimal): -10932463 or 1126233. OLE color: 1126233.

HSL color Cylindrical-coordinate representation of color #592F11: hue angle of 25º 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 #592F11 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 47 17 -
CMYK 0 0.47 0.81 0.65
HSL 25º 0.68% 0.21% -
HSV(B) 25º 0.81% 0.35% -
XYZ 5.24 4.2 1.06 -
YUV 56.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 89 47 17 0 0.47 0.81 0.65 25 0.68 0.21
Hex 59 2F 11 0 2F 51 41 19 44 15
Octal 131 57 21 0 57 121 101 31 104 25
Binary 1011001 101111 10001 0 101111 1010001 1000001 11001 1000100 10101

Color Harmonies of #592F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F11

Black with #592F11

Text Example


Text Example

White with #592F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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