Html Css Color HEX #593D00 Baker's Chocolate

📋 copy color: '#593D00'

red 89 ◦ green 61 ◦ blue 0

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

Shades of Baker's Chocolate #593D00

Tints of Baker's Chocolate #593D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.67%

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

R = 59.33%
G = 40.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#593D00 (or 0x593D00) is known color: Baker's Chocolate. HEX triplet: 59, 3D and 00. RGB value is (89,61,0). Sum of RGB (Red+Green+Blue) = 89+61+0=150 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.33% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 89 - color contains mainly: red. Hex color #593D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593D00 is #A6C2FF. Grayscale: #3E3E3E. Windows color (decimal): -10928896 or 15705. OLE color: 15705.

HSL color Cylindrical-coordinate representation of color #593D00: hue angle of 41.12º 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 #593D00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 61 0 -
CMYK 0 0.31 1 0.65
HSL 41.12º 1% 0.17% -
HSV(B) 41.12º 1% 0.35% -
XYZ 5.79 5.46 0.75 -
YUV 62.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 89 61 0 0 0.31 1 0.65 41.12 1 0.17
Hex 59 3D 0 0 1F 64 41 29 64 11
Octal 131 75 0 0 37 144 101 51 144 21
Binary 1011001 111101 0 0 11111 1100100 1000001 101001 1100100 10001

Color Harmonies of #593D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593D00

Black with #593D00

Text Example


Text Example

White with #593D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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