Html Css Color HEX #5A3A33 Redwood

📋 copy color: '#5A3A33'

red 90 ◦ green 58 ◦ blue 51

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

Shades of Redwood #5A3A33

Tints of Redwood #5A3A33

RGB

 RED value IS 90 (35.55% from 255) = 45.23%

 GREEN value IS 58 (23.05% from 255) = 29.15%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 45.23%
G = 29.15%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#5A3A33 (or 0x5A3A33) is known color: Redwood. HEX triplet: 5A, 3A and 33. RGB value is (90,58,51). Sum of RGB (Red+Green+Blue) = 90+58+51=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A33 is #A5C5CC. Grayscale: #424242. Windows color (decimal): -10864077 or 3357274. OLE color: 3357274.

HSL color Cylindrical-coordinate representation of color #5A3A33: hue angle of 10.77º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3A33 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 58 51 -
CMYK 0 0.36 0.43 0.65
HSL 10.77º 0.28% 0.28% -
HSV(B) 10.77º 0.43% 0.35% -
XYZ 6.33 5.44 3.85 -
YUV 66.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 90 58 51 0 0.36 0.43 0.65 10.77 0.28 0.28
Hex 5A 3A 33 0 24 2B 41 B 1C 1C
Octal 132 72 63 0 44 53 101 13 34 34
Binary 1011010 111010 110011 0 100100 101011 1000001 1011 11100 11100

Color Harmonies of #5A3A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3A33

Black with #5A3A33

Text Example


Text Example

White with #5A3A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3A33; }

 p { color: rgb(90,58,51); }

 H1.HeaderClassName
 {
   color: #5A3A33;
 }
 .AnyTagClassName
 {
   color: #5A3A33;
 }
</style>

background-color css

<style>
 a { background-color: #5A3A33; }

 a { background-color: rgb(90,58,51); }

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

border-color css

<style>
 span { border-color: #5A3A33; }

 span { border-color: rgb(90,58,51); }

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