Html Css Color HEX #594135 Very Dark Brown

📋 copy color: '#594135'

red 89 ◦ green 65 ◦ blue 53

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

Shades of Very Dark Brown #594135

Tints of Very Dark Brown #594135

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 53 (21.09% from 255) = 25.6%

R = 43%
G = 31.4%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#594135 (or 0x594135) is known color: Very Dark Brown. HEX triplet: 59, 41 and 35. RGB value is (89,65,53). Sum of RGB (Red+Green+Blue) = 89+65+53=207 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.00% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 89 - color contains mainly: red. Hex color #594135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594135 is #A6BECA. Grayscale: #464646. Windows color (decimal): -10927819 or 3490137. OLE color: 3490137.

HSL color Cylindrical-coordinate representation of color #594135: hue angle of 20º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594135 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 65 53 -
CMYK 0 0.27 0.40 0.65
HSL 20º 0.25% 0.28% -
HSV(B) 20º 0.4% 0.35% -
XYZ 6.65 6.16 4.21 -
YUV 70.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 89 65 53 0 0.27 0.40 0.65 20 0.25 0.28
Hex 59 41 35 0 1B 28 41 14 19 1C
Octal 131 101 65 0 33 50 101 24 31 34
Binary 1011001 1000001 110101 0 11011 101000 1000001 10100 11001 11100

Color Harmonies of #594135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594135

Black with #594135

Text Example


Text Example

White with #594135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594135; }

 p { color: rgb(89,65,53); }

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

background-color css

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

 a { background-color: rgb(89,65,53); }

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

border-color css

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

 span { border-color: rgb(89,65,53); }

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