Html Css Color HEX #593F0B Baker's Chocolate

📋 copy color: '#593F0B'

red 89 ◦ green 63 ◦ blue 11

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

Shades of Baker's Chocolate #593F0B

Tints of Baker's Chocolate #593F0B

RGB

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

 GREEN value IS 63 (25% from 255) = 38.65%

 BLUE value IS 11 (4.69% from 255) = 6.75%

R = 54.6%
G = 38.65%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#593F0B (or 0x593F0B) is known color: Baker's Chocolate. HEX triplet: 59, 3F and 0B. RGB value is (89,63,11). Sum of RGB (Red+Green+Blue) = 89+63+11=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #593F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593F0B is #A6C0F4. Grayscale: #414141. Windows color (decimal): -10928373 or 737113. OLE color: 737113.

HSL color Cylindrical-coordinate representation of color #593F0B: hue angle of 40º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #593F0B is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 63 11 -
CMYK 0 0.29 0.88 0.65
HSL 40º 0.78% 0.2% -
HSV(B) 40º 0.88% 0.35% -
XYZ 5.96 5.7 1.1 -
YUV 64.85 97.61 145.23 -
System Red Green Blue C M Y K H S L
Decimal 89 63 11 0 0.29 0.88 0.65 40 0.78 0.2
Hex 59 3F B 0 1D 58 41 28 4E 14
Octal 131 77 13 0 35 130 101 50 116 24
Binary 1011001 111111 1011 0 11101 1011000 1000001 101000 1001110 10100

Color Harmonies of #593F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F0B

Black with #593F0B

Text Example


Text Example

White with #593F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,63,11); }

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

background-color css

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

 a { background-color: rgb(89,63,11); }

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

border-color css

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

 span { border-color: rgb(89,63,11); }

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