Html Css Color HEX #59352C Redwood

📋 copy color: '#59352C'

red 89 ◦ green 53 ◦ blue 44

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

Shades of Redwood #59352C

Tints of Redwood #59352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.66%

R = 47.85%
G = 28.49%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59352C (or 0x59352C) is known color: Redwood. HEX triplet: 59, 35 and 2C. RGB value is (89,53,44). Sum of RGB (Red+Green+Blue) = 89+53+44=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59352C is #A6CAD3. Grayscale: #3E3E3E. Windows color (decimal): -10930900 or 2897241. OLE color: 2897241.

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

Color convert

RGB 89 53 44 -
CMYK 0 0.40 0.51 0.65
HSL 12º 0.34% 0.26% -
HSV(B) 12º 0.51% 0.35% -
XYZ 5.85 4.85 3.01 -
YUV 62.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 89 53 44 0 0.40 0.51 0.65 12 0.34 0.26
Hex 59 35 2C 0 28 33 41 C 22 1A
Octal 131 65 54 0 50 63 101 14 42 32
Binary 1011001 110101 101100 0 101000 110011 1000001 1100 100010 11010

Color Harmonies of #59352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59352C

Black with #59352C

Text Example


Text Example

White with #59352C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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