Html Css Color HEX #59332B Redwood

📋 copy color: '#59332B'

red 89 ◦ green 51 ◦ blue 43

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

Shades of Redwood #59332B

Tints of Redwood #59332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

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

R = 48.63%
G = 27.87%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59332B (or 0x59332B) is known color: Redwood. HEX triplet: 59, 33 and 2B. RGB value is (89,51,43). Sum of RGB (Red+Green+Blue) = 89+51+43=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59332B is #A6CCD4. Grayscale: #3D3D3D. Windows color (decimal): -10931413 or 2831193. OLE color: 2831193.

HSL color Cylindrical-coordinate representation of color #59332B: hue angle of 10.43º 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 #59332B is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 51 43 -
CMYK 0 0.43 0.52 0.65
HSL 10.43º 0.35% 0.26% -
HSV(B) 10.43º 0.52% 0.35% -
XYZ 5.74 4.67 2.88 -
YUV 61.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 89 51 43 0 0.43 0.52 0.65 10.43 0.35 0.26
Hex 59 33 2B 0 2B 34 41 A 23 1A
Octal 131 63 53 0 53 64 101 12 43 32
Binary 1011001 110011 101011 0 101011 110100 1000001 1010 100011 11010

Color Harmonies of #59332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59332B

Black with #59332B

Text Example


Text Example

White with #59332B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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