Html Css Color HEX #5E3A35 Redwood

📋 copy color: '#5E3A35'

red 94 ◦ green 58 ◦ blue 53

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

Shades of Redwood #5E3A35

Tints of Redwood #5E3A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.29%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 45.85%
G = 28.29%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5E3A35 (or 0x5E3A35) is known color: Redwood. HEX triplet: 5E, 3A and 35. RGB value is (94,58,53). Sum of RGB (Red+Green+Blue) = 94+58+53=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3A35 is #A1C5CA. Grayscale: #444444. Windows color (decimal): -10601931 or 3488350. OLE color: 3488350.

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

Color convert

RGB 94 58 53 -
CMYK 0 0.38 0.44 0.63
HSL 7.32º 0.28% 0.29% -
HSV(B) 7.32º 0.44% 0.37% -
XYZ 6.77 5.66 4.1 -
YUV 68.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 94 58 53 0 0.38 0.44 0.63 7.32 0.28 0.29
Hex 5E 3A 35 0 26 2C 3F 7 1C 1D
Octal 136 72 65 0 46 54 77 7 34 35
Binary 1011110 111010 110101 0 100110 101100 111111 111 11100 11101

Color Harmonies of #5E3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3A35

Black with #5E3A35

Text Example


Text Example

White with #5E3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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