Html Css Color HEX #592D16 Baker's Chocolate

📋 copy color: '#592D16'

red 89 ◦ green 45 ◦ blue 22

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

Shades of Baker's Chocolate #592D16

Tints of Baker's Chocolate #592D16

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.85%

 BLUE value IS 22 (8.98% from 255) = 14.1%

R = 57.05%
G = 28.85%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#592D16 (or 0x592D16) is known color: Baker's Chocolate. HEX triplet: 59, 2D and 16. RGB value is (89,45,22). Sum of RGB (Red+Green+Blue) = 89+45+22=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #592D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592D16 is #A6D2E9. Grayscale: #373737. Windows color (decimal): -10932970 or 1453401. OLE color: 1453401.

HSL color Cylindrical-coordinate representation of color #592D16: hue angle of 20.6º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592D16 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 45 22 -
CMYK 0 0.49 0.75 0.65
HSL 20.6º 0.6% 0.22% -
HSV(B) 20.6º 0.75% 0.35% -
XYZ 5.2 4.06 1.27 -
YUV 55.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 89 45 22 0 0.49 0.75 0.65 20.6 0.6 0.22
Hex 59 2D 16 0 31 4B 41 15 3C 16
Octal 131 55 26 0 61 113 101 25 74 26
Binary 1011001 101101 10110 0 110001 1001011 1000001 10101 111100 10110

Color Harmonies of #592D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D16

Black with #592D16

Text Example


Text Example

White with #592D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,45,22); }

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

background-color css

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

 a { background-color: rgb(89,45,22); }

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

border-color css

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

 span { border-color: rgb(89,45,22); }

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