Html Css Color HEX #59421C Dark Brown

📋 copy color: '#59421C'

red 89 ◦ green 66 ◦ blue 28

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

Shades of Dark Brown #59421C

Tints of Dark Brown #59421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 48.63%
G = 36.07%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59421C (or 0x59421C) is known color: Dark Brown. HEX triplet: 59, 42 and 1C. RGB value is (89,66,28). Sum of RGB (Red+Green+Blue) = 89+66+28=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59421C is #A6BDE3. Grayscale: #444444. Windows color (decimal): -10927588 or 1851993. OLE color: 1851993.

HSL color Cylindrical-coordinate representation of color #59421C: hue angle of 37.38º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59421C is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 28 -
CMYK 0 0.26 0.69 0.65
HSL 37.38º 0.52% 0.23% -
HSV(B) 37.38º 0.69% 0.35% -
XYZ 6.28 6.1 1.95 -
YUV 68.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 89 66 28 0 0.26 0.69 0.65 37.38 0.52 0.23
Hex 59 42 1C 0 1A 45 41 25 34 17
Octal 131 102 34 0 32 105 101 45 64 27
Binary 1011001 1000010 11100 0 11010 1000101 1000001 100101 110100 10111

Color Harmonies of #59421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59421C

Black with #59421C

Text Example


Text Example

White with #59421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59421C; }

 p { color: rgb(89,66,28); }

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

background-color css

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

 a { background-color: rgb(89,66,28); }

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

border-color css

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

 span { border-color: rgb(89,66,28); }

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