Html Css Color HEX #592808 Baker's Chocolate

📋 copy color: '#592808'

red 89 ◦ green 40 ◦ blue 8

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

Shades of Baker's Chocolate #592808

Tints of Baker's Chocolate #592808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 64.96%
G = 29.2%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#592808 (or 0x592808) is known color: Baker's Chocolate. HEX triplet: 59, 28 and 08. RGB value is (89,40,8). Sum of RGB (Red+Green+Blue) = 89+40+8=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #592808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592808 is #A6D7F7. Grayscale: #333333. Windows color (decimal): -10934264 or 534617. OLE color: 534617.

HSL color Cylindrical-coordinate representation of color #592808: hue angle of 23.7º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #592808 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 40 8 -
CMYK 0 0.55 0.91 0.65
HSL 23.7º 0.84% 0.19% -
HSV(B) 23.7º 0.91% 0.35% -
XYZ 4.92 3.66 0.68 -
YUV 51 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 89 40 8 0 0.55 0.91 0.65 23.7 0.84 0.19
Hex 59 28 8 0 37 5B 41 18 54 13
Octal 131 50 10 0 67 133 101 30 124 23
Binary 1011001 101000 1000 0 110111 1011011 1000001 11000 1010100 10011

Color Harmonies of #592808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592808

Black with #592808

Text Example


Text Example

White with #592808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592808; }

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

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

background-color css

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

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

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

border-color css

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

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

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