Html Css Color HEX #5A342C Redwood

📋 copy color: '#5A342C'

red 90 ◦ green 52 ◦ blue 44

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

Shades of Redwood #5A342C

Tints of Redwood #5A342C

RGB

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

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

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

R = 48.39%
G = 27.96%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#5A342C (or 0x5A342C) is known color: Redwood. HEX triplet: 5A, 34 and 2C. RGB value is (90,52,44). Sum of RGB (Red+Green+Blue) = 90+52+44=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A342C is #A5CBD3. Grayscale: #3E3E3E. Windows color (decimal): -10865620 or 2896986. OLE color: 2896986.

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

Color convert

RGB 90 52 44 -
CMYK 0 0.42 0.51 0.65
HSL 10.43º 0.34% 0.26% -
HSV(B) 10.43º 0.51% 0.35% -
XYZ 5.9 4.81 3 -
YUV 62.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 90 52 44 0 0.42 0.51 0.65 10.43 0.34 0.26
Hex 5A 34 2C 0 2A 33 41 A 22 1A
Octal 132 64 54 0 52 63 101 12 42 32
Binary 1011010 110100 101100 0 101010 110011 1000001 1010 100010 11010

Color Harmonies of #5A342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A342C

Black with #5A342C

Text Example


Text Example

White with #5A342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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