Html Css Color HEX #59413A Very Dark Brown

📋 copy color: '#59413A'

red 89 ◦ green 65 ◦ blue 58

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

Shades of Very Dark Brown #59413A

Tints of Very Dark Brown #59413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 41.98%
G = 30.66%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#59413A (or 0x59413A) is known color: Very Dark Brown. HEX triplet: 59, 41 and 3A. RGB value is (89,65,58). Sum of RGB (Red+Green+Blue) = 89+65+58=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #59413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59413A is #A6BEC5. Grayscale: #474747. Windows color (decimal): -10927814 or 3817817. OLE color: 3817817.

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

Color convert

RGB 89 65 58 -
CMYK 0 0.27 0.35 0.65
HSL 13.55º 0.21% 0.29% -
HSV(B) 13.55º 0.35% 0.35% -
XYZ 6.77 6.21 4.84 -
YUV 71.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 89 65 58 0 0.27 0.35 0.65 13.55 0.21 0.29
Hex 59 41 3A 0 1B 23 41 E 15 1D
Octal 131 101 72 0 33 43 101 16 25 35
Binary 1011001 1000001 111010 0 11011 100011 1000001 1110 10101 11101

Color Harmonies of #59413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59413A

Black with #59413A

Text Example


Text Example

White with #59413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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