Html Css Color HEX #5A362E Redwood

📋 copy color: '#5A362E'

red 90 ◦ green 54 ◦ blue 46

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

Shades of Redwood #5A362E

Tints of Redwood #5A362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 47.37%
G = 28.42%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#5A362E (or 0x5A362E) is known color: Redwood. HEX triplet: 5A, 36 and 2E. RGB value is (90,54,46). Sum of RGB (Red+Green+Blue) = 90+54+46=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A362E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A362E is #A5C9D1. Grayscale: #3F3F3F. Windows color (decimal): -10865106 or 3028570. OLE color: 3028570.

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

Color convert

RGB 90 54 46 -
CMYK 0 0.40 0.49 0.65
HSL 10.91º 0.32% 0.27% -
HSV(B) 10.91º 0.49% 0.35% -
XYZ 6.03 5.01 3.23 -
YUV 63.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 90 54 46 0 0.40 0.49 0.65 10.91 0.32 0.27
Hex 5A 36 2E 0 28 31 41 B 20 1B
Octal 132 66 56 0 50 61 101 13 40 33
Binary 1011010 110110 101110 0 101000 110001 1000001 1011 100000 11011

Color Harmonies of #5A362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A362E

Black with #5A362E

Text Example


Text Example

White with #5A362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,54,46); }

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

background-color css

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

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

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

border-color css

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

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

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