Html Css Color HEX #592005 Baker's Chocolate

📋 copy color: '#592005'

red 89 ◦ green 32 ◦ blue 5

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

Shades of Baker's Chocolate #592005

Tints of Baker's Chocolate #592005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.4%

 BLUE value IS 5 (2.34% from 255) = 3.97%

R = 70.63%
G = 25.4%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#592005 (or 0x592005) is known color: Baker's Chocolate. HEX triplet: 59, 20 and 05. RGB value is (89,32,5). Sum of RGB (Red+Green+Blue) = 89+32+5=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #592005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592005 is #A6DFFA. Grayscale: #2E2E2E. Windows color (decimal): -10936315 or 335961. OLE color: 335961.

HSL color Cylindrical-coordinate representation of color #592005: hue angle of 19.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #592005 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 32 5 -
CMYK 0 0.64 0.94 0.65
HSL 19.29º 0.89% 0.18% -
HSV(B) 19.29º 0.94% 0.35% -
XYZ 4.66 3.17 0.51 -
YUV 45.97 104.88 158.7 -
System Red Green Blue C M Y K H S L
Decimal 89 32 5 0 0.64 0.94 0.65 19.29 0.89 0.18
Hex 59 20 5 0 40 5E 41 13 59 12
Octal 131 40 5 0 100 136 101 23 131 22
Binary 1011001 100000 101 0 1000000 1011110 1000001 10011 1011001 10010

Color Harmonies of #592005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592005

Black with #592005

Text Example


Text Example

White with #592005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592005; }

 p { color: rgb(89,32,5); }

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

background-color css

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

 a { background-color: rgb(89,32,5); }

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

border-color css

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

 span { border-color: rgb(89,32,5); }

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