Html Css Color HEX #593500 Baker's Chocolate

📋 copy color: '#593500'

red 89 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #593500

Tints of Baker's Chocolate #593500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.68%
G = 37.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#593500 (or 0x593500) is known color: Baker's Chocolate. HEX triplet: 59, 35 and 00. RGB value is (89,53,0). Sum of RGB (Red+Green+Blue) = 89+53+0=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #593500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593500 is #A6CAFF. Grayscale: #393939. Windows color (decimal): -10930944 or 13657. OLE color: 13657.

HSL color Cylindrical-coordinate representation of color #593500: hue angle of 35.73º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #593500 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 0 -
CMYK 0 0.40 1 0.65
HSL 35.73º 1% 0.17% -
HSV(B) 35.73º 1% 0.35% -
XYZ 5.39 4.67 0.62 -
YUV 57.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 89 53 0 0 0.40 1 0.65 35.73 1 0.17
Hex 59 35 0 0 28 64 41 24 64 11
Octal 131 65 0 0 50 144 101 44 144 21
Binary 1011001 110101 0 0 101000 1100100 1000001 100100 1100100 10001

Color Harmonies of #593500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593500

Black with #593500

Text Example


Text Example

White with #593500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593500; }

 p { color: rgb(89,53,0); }

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

background-color css

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

 a { background-color: rgb(89,53,0); }

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

border-color css

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

 span { border-color: rgb(89,53,0); }

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