Html Css Color HEX #593B1B Baker's Chocolate

📋 copy color: '#593B1B'

red 89 ◦ green 59 ◦ blue 27

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

Shades of Baker's Chocolate #593B1B

Tints of Baker's Chocolate #593B1B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.71%

 BLUE value IS 27 (10.94% from 255) = 15.43%

R = 50.86%
G = 33.71%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#593B1B (or 0x593B1B) is known color: Baker's Chocolate. HEX triplet: 59, 3B and 1B. RGB value is (89,59,27). Sum of RGB (Red+Green+Blue) = 89+59+27=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #593B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593B1B is #A6C4E4. Grayscale: #404040. Windows color (decimal): -10929381 or 1784665. OLE color: 1784665.

HSL color Cylindrical-coordinate representation of color #593B1B: hue angle of 30.97º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #593B1B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 59 27 -
CMYK 0 0.34 0.70 0.65
HSL 30.97º 0.53% 0.23% -
HSV(B) 30.97º 0.7% 0.35% -
XYZ 5.88 5.33 1.76 -
YUV 64.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 89 59 27 0 0.34 0.70 0.65 30.97 0.53 0.23
Hex 59 3B 1B 0 22 46 41 1F 35 17
Octal 131 73 33 0 42 106 101 37 65 27
Binary 1011001 111011 11011 0 100010 1000110 1000001 11111 110101 10111

Color Harmonies of #593B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593B1B

Black with #593B1B

Text Example


Text Example

White with #593B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,59,27); }

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

background-color css

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

 a { background-color: rgb(89,59,27); }

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

border-color css

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

 span { border-color: rgb(89,59,27); }

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