Html Css Color HEX #5E3331 Redwood

📋 copy color: '#5E3331'

red 94 ◦ green 51 ◦ blue 49

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

Shades of Redwood #5E3331

Tints of Redwood #5E3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.29%

 BLUE value IS 49 (19.53% from 255) = 25.26%

R = 48.45%
G = 26.29%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.63

RGB Variations

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

Color information

#5E3331 (or 0x5E3331) is known color: Redwood. HEX triplet: 5E, 33 and 31. RGB value is (94,51,49). Sum of RGB (Red+Green+Blue) = 94+51+49=194 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.45% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3331 is #A1CCCE. Grayscale: #3F3F3F. Windows color (decimal): -10603727 or 3224414. OLE color: 3224414.

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

Color convert

RGB 94 51 49 -
CMYK 0 0.46 0.48 0.63
HSL 2.67º 0.31% 0.28% -
HSV(B) 2.67º 0.48% 0.37% -
XYZ 6.35 4.97 3.53 -
YUV 63.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 94 51 49 0 0.46 0.48 0.63 2.67 0.31 0.28
Hex 5E 33 31 0 2E 30 3F 3 1F 1C
Octal 136 63 61 0 56 60 77 3 37 34
Binary 1011110 110011 110001 0 101110 110000 111111 11 11111 11100

Color Harmonies of #5E3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3331

Black with #5E3331

Text Example


Text Example

White with #5E3331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,49); }

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

background-color css

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

 a { background-color: rgb(94,51,49); }

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

border-color css

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

 span { border-color: rgb(94,51,49); }

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