Html Css Color HEX #5E3B34 Redwood

📋 copy color: '#5E3B34'

red 94 ◦ green 59 ◦ blue 52

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

Shades of Redwood #5E3B34

Tints of Redwood #5E3B34

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.78%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 45.85%
G = 28.78%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#5E3B34 (or 0x5E3B34) is known color: Redwood. HEX triplet: 5E, 3B and 34. RGB value is (94,59,52). Sum of RGB (Red+Green+Blue) = 94+59+52=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3B34 is #A1C4CB. Grayscale: #444444. Windows color (decimal): -10601676 or 3423070. OLE color: 3423070.

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

Color convert

RGB 94 59 52 -
CMYK 0 0.37 0.45 0.63
HSL 10º 0.29% 0.29% -
HSV(B) 10º 0.45% 0.37% -
XYZ 6.8 5.76 4 -
YUV 68.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 94 59 52 0 0.37 0.45 0.63 10 0.29 0.29
Hex 5E 3B 34 0 25 2D 3F A 1D 1D
Octal 136 73 64 0 45 55 77 12 35 35
Binary 1011110 111011 110100 0 100101 101101 111111 1010 11101 11101

Color Harmonies of #5E3B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3B34

Black with #5E3B34

Text Example


Text Example

White with #5E3B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,59,52); }

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

background-color css

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

 a { background-color: rgb(94,59,52); }

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

border-color css

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

 span { border-color: rgb(94,59,52); }

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