Html Css Color HEX #59352B Redwood

📋 copy color: '#59352B'

red 89 ◦ green 53 ◦ blue 43

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

Shades of Redwood #59352B

Tints of Redwood #59352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.24%

R = 48.11%
G = 28.65%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59352B (or 0x59352B) is known color: Redwood. HEX triplet: 59, 35 and 2B. RGB value is (89,53,43). Sum of RGB (Red+Green+Blue) = 89+53+43=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59352B is #A6CAD4. Grayscale: #3E3E3E. Windows color (decimal): -10930901 or 2831705. OLE color: 2831705.

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

Color convert

RGB 89 53 43 -
CMYK 0 0.40 0.52 0.65
HSL 13.04º 0.35% 0.26% -
HSV(B) 13.04º 0.52% 0.35% -
XYZ 5.83 4.84 2.91 -
YUV 62.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 89 53 43 0 0.40 0.52 0.65 13.04 0.35 0.26
Hex 59 35 2B 0 28 34 41 D 23 1A
Octal 131 65 53 0 50 64 101 15 43 32
Binary 1011001 110101 101011 0 101000 110100 1000001 1101 100011 11010

Color Harmonies of #59352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59352B

Black with #59352B

Text Example


Text Example

White with #59352B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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