Html Css Color HEX #5A3434 Redwood

📋 copy color: '#5A3434'

red 90 ◦ green 52 ◦ blue 52

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

Shades of Redwood #5A3434

Tints of Redwood #5A3434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

 BLUE value IS 52 (20.7% from 255) = 26.8%

R = 46.39%
G = 26.8%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#5A3434 (or 0x5A3434) is known color: Redwood. HEX triplet: 5A, 34 and 34. RGB value is (90,52,52). Sum of RGB (Red+Green+Blue) = 90+52+52=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3434 is #A5CBCB. Grayscale: #3F3F3F. Windows color (decimal): -10865612 or 3421274. OLE color: 3421274.

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

Color convert

RGB 90 52 52 -
CMYK 0 0.42 0.42 0.65
HSL 0.27% 0.28% -
HSV(B) 0.42% 0.35% -
XYZ 6.06 4.88 3.87 -
YUV 63.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 90 52 52 0 0.42 0.42 0.65 0 0.27 0.28
Hex 5A 34 34 0 2A 2A 41 0 1B 1C
Octal 132 64 64 0 52 52 101 0 33 34
Binary 1011010 110100 110100 0 101010 101010 1000001 0 11011 11100

Color Harmonies of #5A3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3434

Black with #5A3434

Text Example


Text Example

White with #5A3434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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