Html Css Color HEX #593003 Baker's Chocolate

📋 copy color: '#593003'

red 89 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #593003

Tints of Baker's Chocolate #593003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.29%

 BLUE value IS 3 (1.56% from 255) = 2.14%

R = 63.57%
G = 34.29%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#593003 (or 0x593003) is known color: Baker's Chocolate. HEX triplet: 59, 30 and 03. RGB value is (89,48,3). Sum of RGB (Red+Green+Blue) = 89+48+3=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #593003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593003 is #A6CFFC. Grayscale: #373737. Windows color (decimal): -10932221 or 208985. OLE color: 208985.

HSL color Cylindrical-coordinate representation of color #593003: hue angle of 31.4º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #593003 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 3 -
CMYK 0 0.46 0.97 0.65
HSL 31.4º 0.93% 0.18% -
HSV(B) 31.4º 0.97% 0.35% -
XYZ 5.19 4.24 0.63 -
YUV 55.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 89 48 3 0 0.46 0.97 0.65 31.4 0.93 0.18
Hex 59 30 3 0 2E 61 41 1F 5D 12
Octal 131 60 3 0 56 141 101 37 135 22
Binary 1011001 110000 11 0 101110 1100001 1000001 11111 1011101 10010

Color Harmonies of #593003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593003

Black with #593003

Text Example


Text Example

White with #593003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593003; }

 p { color: rgb(89,48,3); }

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

background-color css

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

 a { background-color: rgb(89,48,3); }

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

border-color css

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

 span { border-color: rgb(89,48,3); }

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