Html Css Color HEX #5A362C Redwood

📋 copy color: '#5A362C'

red 90 ◦ green 54 ◦ blue 44

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

Shades of Redwood #5A362C

Tints of Redwood #5A362C

RGB

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

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

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

R = 47.87%
G = 28.72%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#5A362C (or 0x5A362C) is known color: Redwood. HEX triplet: 5A, 36 and 2C. RGB value is (90,54,44). Sum of RGB (Red+Green+Blue) = 90+54+44=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A362C is #A5C9D3. Grayscale: #3F3F3F. Windows color (decimal): -10865108 or 2897498. OLE color: 2897498.

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

Color convert

RGB 90 54 44 -
CMYK 0 0.40 0.51 0.65
HSL 13.04º 0.34% 0.26% -
HSV(B) 13.04º 0.51% 0.35% -
XYZ 5.99 4.99 3.03 -
YUV 63.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 90 54 44 0 0.40 0.51 0.65 13.04 0.34 0.26
Hex 5A 36 2C 0 28 33 41 D 22 1A
Octal 132 66 54 0 50 63 101 15 42 32
Binary 1011010 110110 101100 0 101000 110011 1000001 1101 100010 11010

Color Harmonies of #5A362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A362C

Black with #5A362C

Text Example


Text Example

White with #5A362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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