Html Css Color HEX #59342C Redwood

📋 copy color: '#59342C'

red 89 ◦ green 52 ◦ blue 44

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

Shades of Redwood #59342C

Tints of Redwood #59342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

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

R = 48.11%
G = 28.11%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59342C (or 0x59342C) is known color: Redwood. HEX triplet: 59, 34 and 2C. RGB value is (89,52,44). Sum of RGB (Red+Green+Blue) = 89+52+44=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59342C is #A6CBD3. Grayscale: #3E3E3E. Windows color (decimal): -10931156 or 2896985. OLE color: 2896985.

HSL color Cylindrical-coordinate representation of color #59342C: hue angle of 10.67º 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 #59342C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 52 44 -
CMYK 0 0.42 0.51 0.65
HSL 10.67º 0.34% 0.26% -
HSV(B) 10.67º 0.51% 0.35% -
XYZ 5.8 4.76 3 -
YUV 62.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 89 52 44 0 0.42 0.51 0.65 10.67 0.34 0.26
Hex 59 34 2C 0 2A 33 41 B 22 1A
Octal 131 64 54 0 52 63 101 13 42 32
Binary 1011001 110100 101100 0 101010 110011 1000001 1011 100010 11010

Color Harmonies of #59342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59342C

Black with #59342C

Text Example


Text Example

White with #59342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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