Html Css Color HEX #5A362D Redwood

📋 copy color: '#5A362D'

red 90 ◦ green 54 ◦ blue 45

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

Shades of Redwood #5A362D

Tints of Redwood #5A362D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 47.62%
G = 28.57%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A362D (or 0x5A362D) is known color: Redwood. HEX triplet: 5A, 36 and 2D. RGB value is (90,54,45). Sum of RGB (Red+Green+Blue) = 90+54+45=189 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.62% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 90 - color contains mainly: red. Hex color #5A362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A362D is #A5C9D2. Grayscale: #3F3F3F. Windows color (decimal): -10865107 or 2963034. OLE color: 2963034.

HSL color Cylindrical-coordinate representation of color #5A362D: hue angle of 12º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A362D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 45 -
CMYK 0 0.40 0.50 0.65
HSL 12º 0.33% 0.26% -
HSV(B) 12º 0.5% 0.35% -
XYZ 6.01 5 3.13 -
YUV 63.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 90 54 45 0 0.40 0.50 0.65 12 0.33 0.26
Hex 5A 36 2D 0 28 32 41 C 21 1A
Octal 132 66 55 0 50 62 101 14 41 32
Binary 1011010 110110 101101 0 101000 110010 1000001 1100 100001 11010

Color Harmonies of #5A362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A362D

Black with #5A362D

Text Example


Text Example

White with #5A362D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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