Html Css Color HEX #592805 Baker's Chocolate

📋 copy color: '#592805'

red 89 ◦ green 40 ◦ blue 5

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

Shades of Baker's Chocolate #592805

Tints of Baker's Chocolate #592805

RGB

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

 GREEN value IS 40 (16.02% from 255) = 29.85%

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

R = 66.42%
G = 29.85%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#592805 (or 0x592805) is known color: Baker's Chocolate. HEX triplet: 59, 28 and 05. RGB value is (89,40,5). Sum of RGB (Red+Green+Blue) = 89+40+5=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #592805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592805 is #A6D7FA. Grayscale: #323232. Windows color (decimal): -10934267 or 338009. OLE color: 338009.

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

Color convert

RGB 89 40 5 -
CMYK 0 0.55 0.94 0.65
HSL 25º 0.89% 0.18% -
HSV(B) 25º 0.94% 0.35% -
XYZ 4.91 3.65 0.59 -
YUV 50.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 89 40 5 0 0.55 0.94 0.65 25 0.89 0.18
Hex 59 28 5 0 37 5E 41 19 59 12
Octal 131 50 5 0 67 136 101 31 131 22
Binary 1011001 101000 101 0 110111 1011110 1000001 11001 1011001 10010

Color Harmonies of #592805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592805

Black with #592805

Text Example


Text Example

White with #592805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592805; }

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

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

background-color css

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

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

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

border-color css

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

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

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