Html Css Color HEX #592914 Baker's Chocolate

📋 copy color: '#592914'

red 89 ◦ green 41 ◦ blue 20

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

Shades of Baker's Chocolate #592914

Tints of Baker's Chocolate #592914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

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

R = 59.33%
G = 27.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#592914 (or 0x592914) is known color: Baker's Chocolate. HEX triplet: 59, 29 and 14. RGB value is (89,41,20). Sum of RGB (Red+Green+Blue) = 89+41+20=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #592914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592914 is #A6D6EB. Grayscale: #353535. Windows color (decimal): -10933996 or 1321305. OLE color: 1321305.

HSL color Cylindrical-coordinate representation of color #592914: hue angle of 18.26º 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 #592914 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 41 20 -
CMYK 0 0.54 0.78 0.65
HSL 18.26º 0.63% 0.21% -
HSV(B) 18.26º 0.78% 0.35% -
XYZ 5.04 3.76 1.12 -
YUV 52.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 89 41 20 0 0.54 0.78 0.65 18.26 0.63 0.21
Hex 59 29 14 0 36 4E 41 12 3F 15
Octal 131 51 24 0 66 116 101 22 77 25
Binary 1011001 101001 10100 0 110110 1001110 1000001 10010 111111 10101

Color Harmonies of #592914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592914

Black with #592914

Text Example


Text Example

White with #592914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592914; }

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

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

background-color css

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

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

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

border-color css

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

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

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