Html Css Color HEX #5E382F Redwood

📋 copy color: '#5E382F'

red 94 ◦ green 56 ◦ blue 47

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

Shades of Redwood #5E382F

Tints of Redwood #5E382F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

 BLUE value IS 47 (18.75% from 255) = 23.86%

R = 47.72%
G = 28.43%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#5E382F (or 0x5E382F) is known color: Redwood. HEX triplet: 5E, 38 and 2F. RGB value is (94,56,47). Sum of RGB (Red+Green+Blue) = 94+56+47=197 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.72% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 94 - color contains mainly: red. Hex color #5E382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E382F is #A1C7D0. Grayscale: #424242. Windows color (decimal): -10602449 or 3094622. OLE color: 3094622.

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

Color convert

RGB 94 56 47 -
CMYK 0 0.40 0.5 0.63
HSL 11.49º 0.33% 0.28% -
HSV(B) 11.49º 0.5% 0.37% -
XYZ 6.54 5.41 3.39 -
YUV 66.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 94 56 47 0 0.40 0.5 0.63 11.49 0.33 0.28
Hex 5E 38 2F 0 28 32 3F B 21 1C
Octal 136 70 57 0 50 62 77 13 41 34
Binary 1011110 111000 101111 0 101000 110010 111111 1011 100001 11100

Color Harmonies of #5E382F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E382F

Black with #5E382F

Text Example


Text Example

White with #5E382F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,56,47); }

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

background-color css

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

 a { background-color: rgb(94,56,47); }

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

border-color css

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

 span { border-color: rgb(94,56,47); }

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