Html Css Color HEX #593F1F Dark Brown

📋 copy color: '#593F1F'

red 89 ◦ green 63 ◦ blue 31

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

Shades of Dark Brown #593F1F

Tints of Dark Brown #593F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 48.63%
G = 34.43%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#593F1F (or 0x593F1F) is known color: Dark Brown. HEX triplet: 59, 3F and 1F. RGB value is (89,63,31). Sum of RGB (Red+Green+Blue) = 89+63+31=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #593F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F1F is #A6C0E0. Grayscale: #434343. Windows color (decimal): -10928353 or 2047833. OLE color: 2047833.

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

Color convert

RGB 89 63 31 -
CMYK 0 0.29 0.65 0.65
HSL 33.1º 0.48% 0.24% -
HSV(B) 33.1º 0.65% 0.35% -
XYZ 6.14 5.78 2.09 -
YUV 67.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 89 63 31 0 0.29 0.65 0.65 33.1 0.48 0.24
Hex 59 3F 1F 0 1D 41 41 21 30 18
Octal 131 77 37 0 35 101 101 41 60 30
Binary 1011001 111111 11111 0 11101 1000001 1000001 100001 110000 11000

Color Harmonies of #593F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593F1F

Black with #593F1F

Text Example


Text Example

White with #593F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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