Html Css Color HEX #593108 Baker's Chocolate

📋 copy color: '#593108'

red 89 ◦ green 49 ◦ blue 8

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

Shades of Baker's Chocolate #593108

Tints of Baker's Chocolate #593108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.56%

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

R = 60.96%
G = 33.56%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#593108 (or 0x593108) is known color: Baker's Chocolate. HEX triplet: 59, 31 and 08. RGB value is (89,49,8). Sum of RGB (Red+Green+Blue) = 89+49+8=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #593108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593108 is #A6CEF7. Grayscale: #383838. Windows color (decimal): -10931960 or 536921. OLE color: 536921.

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

Color convert

RGB 89 49 8 -
CMYK 0 0.45 0.91 0.65
HSL 30.37º 0.84% 0.19% -
HSV(B) 30.37º 0.91% 0.35% -
XYZ 5.26 4.34 0.79 -
YUV 56.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 89 49 8 0 0.45 0.91 0.65 30.37 0.84 0.19
Hex 59 31 8 0 2D 5B 41 1E 54 13
Octal 131 61 10 0 55 133 101 36 124 23
Binary 1011001 110001 1000 0 101101 1011011 1000001 11110 1010100 10011

Color Harmonies of #593108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593108

Black with #593108

Text Example


Text Example

White with #593108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593108; }

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

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

background-color css

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

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

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

border-color css

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

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

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