Html Css Color HEX #59352D Redwood

📋 copy color: '#59352D'

red 89 ◦ green 53 ◦ blue 45

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

Shades of Redwood #59352D

Tints of Redwood #59352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.34%

 BLUE value IS 45 (17.97% from 255) = 24.06%

R = 47.59%
G = 28.34%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59352D (or 0x59352D) is known color: Redwood. HEX triplet: 59, 35 and 2D. RGB value is (89,53,45). Sum of RGB (Red+Green+Blue) = 89+53+45=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59352D is #A6CAD2. Grayscale: #3E3E3E. Windows color (decimal): -10930899 or 2962777. OLE color: 2962777.

HSL color Cylindrical-coordinate representation of color #59352D: hue angle of 10.91º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59352D is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 53 45 -
CMYK 0 0.40 0.49 0.65
HSL 10.91º 0.33% 0.26% -
HSV(B) 10.91º 0.49% 0.35% -
XYZ 5.87 4.86 3.11 -
YUV 62.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 89 53 45 0 0.40 0.49 0.65 10.91 0.33 0.26
Hex 59 35 2D 0 28 31 41 B 21 1A
Octal 131 65 55 0 50 61 101 13 41 32
Binary 1011001 110101 101101 0 101000 110001 1000001 1011 100001 11010

Color Harmonies of #59352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59352D

Black with #59352D

Text Example


Text Example

White with #59352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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