Html Css Color HEX #592C14 Baker's Chocolate

📋 copy color: '#592C14'

red 89 ◦ green 44 ◦ blue 20

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

Shades of Baker's Chocolate #592C14

Tints of Baker's Chocolate #592C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 58.17%
G = 28.76%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#592C14 (or 0x592C14) is known color: Baker's Chocolate. HEX triplet: 59, 2C and 14. RGB value is (89,44,20). Sum of RGB (Red+Green+Blue) = 89+44+20=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #592C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592C14 is #A6D3EB. Grayscale: #363636. Windows color (decimal): -10933228 or 1322073. OLE color: 1322073.

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

Color convert

RGB 89 44 20 -
CMYK 0 0.51 0.78 0.65
HSL 20.87º 0.63% 0.21% -
HSV(B) 20.87º 0.78% 0.35% -
XYZ 5.15 3.98 1.16 -
YUV 54.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 89 44 20 0 0.51 0.78 0.65 20.87 0.63 0.21
Hex 59 2C 14 0 33 4E 41 15 3F 15
Octal 131 54 24 0 63 116 101 25 77 25
Binary 1011001 101100 10100 0 110011 1001110 1000001 10101 111111 10101

Color Harmonies of #592C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C14

Black with #592C14

Text Example


Text Example

White with #592C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,44,20); }

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

background-color css

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

 a { background-color: rgb(89,44,20); }

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

border-color css

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

 span { border-color: rgb(89,44,20); }

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