Html Css Color HEX #59332C Redwood

📋 copy color: '#59332C'

red 89 ◦ green 51 ◦ blue 44

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

Shades of Redwood #59332C

Tints of Redwood #59332C

RGB

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

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

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

R = 48.37%
G = 27.72%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#59332C (or 0x59332C) is known color: Redwood. HEX triplet: 59, 33 and 2C. RGB value is (89,51,44). Sum of RGB (Red+Green+Blue) = 89+51+44=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59332C is #A6CCD3. Grayscale: #3D3D3D. Windows color (decimal): -10931412 or 2896729. OLE color: 2896729.

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

Color convert

RGB 89 51 44 -
CMYK 0 0.43 0.51 0.65
HSL 9.33º 0.34% 0.26% -
HSV(B) 9.33º 0.51% 0.35% -
XYZ 5.76 4.67 2.98 -
YUV 61.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 89 51 44 0 0.43 0.51 0.65 9.33 0.34 0.26
Hex 59 33 2C 0 2B 33 41 9 22 1A
Octal 131 63 54 0 53 63 101 11 42 32
Binary 1011001 110011 101100 0 101011 110011 1000001 1001 100010 11010

Color Harmonies of #59332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59332C

Black with #59332C

Text Example


Text Example

White with #59332C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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