Html Css Color HEX #59362D Redwood

📋 copy color: '#59362D'

red 89 ◦ green 54 ◦ blue 45

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

Shades of Redwood #59362D

Tints of Redwood #59362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

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

R = 47.34%
G = 28.72%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#59362D (or 0x59362D) is known color: Redwood. HEX triplet: 59, 36 and 2D. RGB value is (89,54,45). Sum of RGB (Red+Green+Blue) = 89+54+45=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59362D is #A6C9D2. Grayscale: #3F3F3F. Windows color (decimal): -10930643 or 2963033. OLE color: 2963033.

HSL color Cylindrical-coordinate representation of color #59362D: hue angle of 12.27º 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 #59362D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 54 45 -
CMYK 0 0.39 0.49 0.65
HSL 12.27º 0.33% 0.26% -
HSV(B) 12.27º 0.49% 0.35% -
XYZ 5.91 4.95 3.13 -
YUV 63.44 117.6 146.23 -
System Red Green Blue C M Y K H S L
Decimal 89 54 45 0 0.39 0.49 0.65 12.27 0.33 0.26
Hex 59 36 2D 0 27 31 41 C 21 1A
Octal 131 66 55 0 47 61 101 14 41 32
Binary 1011001 110110 101101 0 100111 110001 1000001 1100 100001 11010

Color Harmonies of #59362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59362D

Black with #59362D

Text Example


Text Example

White with #59362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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