Html Css Color HEX #5E3532 Redwood

📋 copy color: '#5E3532'

red 94 ◦ green 53 ◦ blue 50

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

Shades of Redwood #5E3532

Tints of Redwood #5E3532

RGB

 RED value IS 94 (37.11% from 255) = 47.72%

 GREEN value IS 53 (21.09% from 255) = 26.9%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 47.72%
G = 26.9%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5E3532 (or 0x5E3532) is known color: Redwood. HEX triplet: 5E, 35 and 32. RGB value is (94,53,50). Sum of RGB (Red+Green+Blue) = 94+53+50=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3532 is #A1CACD. Grayscale: #404040. Windows color (decimal): -10603214 or 3290462. OLE color: 3290462.

HSL color Cylindrical-coordinate representation of color #5E3532: hue angle of 4.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3532 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 53 50 -
CMYK 0 0.44 0.47 0.63
HSL 4.09º 0.31% 0.28% -
HSV(B) 4.09º 0.47% 0.37% -
XYZ 6.46 5.16 3.67 -
YUV 64.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 94 53 50 0 0.44 0.47 0.63 4.09 0.31 0.28
Hex 5E 35 32 0 2C 2F 3F 4 1F 1C
Octal 136 65 62 0 54 57 77 4 37 34
Binary 1011110 110101 110010 0 101100 101111 111111 100 11111 11100

Color Harmonies of #5E3532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3532

Black with #5E3532

Text Example


Text Example

White with #5E3532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,50); }

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

background-color css

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

 a { background-color: rgb(94,53,50); }

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

border-color css

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

 span { border-color: rgb(94,53,50); }

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