Html Css Color HEX #59312A Redwood

📋 copy color: '#59312A'

red 89 ◦ green 49 ◦ blue 42

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

Shades of Redwood #59312A

Tints of Redwood #59312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 42 (16.8% from 255) = 23.33%

R = 49.44%
G = 27.22%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#59312A (or 0x59312A) is known color: Redwood. HEX triplet: 59, 31 and 2A. RGB value is (89,49,42). Sum of RGB (Red+Green+Blue) = 89+49+42=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 42 (16.80% from 255 or 23.33% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59312A is #A6CED5. Grayscale: #3C3C3C. Windows color (decimal): -10931926 or 2765145. OLE color: 2765145.

HSL color Cylindrical-coordinate representation of color #59312A: hue angle of 8.94º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59312A is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 49 42 -
CMYK 0 0.45 0.53 0.65
HSL 8.94º 0.36% 0.26% -
HSV(B) 8.94º 0.53% 0.35% -
XYZ 5.64 4.49 2.76 -
YUV 60.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 89 49 42 0 0.45 0.53 0.65 8.94 0.36 0.26
Hex 59 31 2A 0 2D 35 41 9 24 1A
Octal 131 61 52 0 55 65 101 11 44 32
Binary 1011001 110001 101010 0 101101 110101 1000001 1001 100100 11010

Color Harmonies of #59312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59312A

Black with #59312A

Text Example


Text Example

White with #59312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59312A; }

 p { color: rgb(89,49,42); }

 H1.HeaderClassName
 {
   color: #59312A;
 }
 .AnyTagClassName
 {
   color: #59312A;
 }
</style>

background-color css

<style>
 a { background-color: #59312A; }

 a { background-color: rgb(89,49,42); }

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

border-color css

<style>
 span { border-color: #59312A; }

 span { border-color: rgb(89,49,42); }

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