Html Css Color HEX #5E3935 Redwood

📋 copy color: '#5E3935'

red 94 ◦ green 57 ◦ blue 53

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

Shades of Redwood #5E3935

Tints of Redwood #5E3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.94%

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

R = 46.08%
G = 27.94%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#5E3935 (or 0x5E3935) is known color: Redwood. HEX triplet: 5E, 39 and 35. RGB value is (94,57,53). Sum of RGB (Red+Green+Blue) = 94+57+53=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3935 is #A1C6CA. Grayscale: #434343. Windows color (decimal): -10602187 or 3488094. OLE color: 3488094.

HSL color Cylindrical-coordinate representation of color #5E3935: hue angle of 5.85º 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 #5E3935 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 57 53 -
CMYK 0 0.39 0.44 0.63
HSL 5.85º 0.28% 0.29% -
HSV(B) 5.85º 0.44% 0.37% -
XYZ 6.72 5.56 4.09 -
YUV 67.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 94 57 53 0 0.39 0.44 0.63 5.85 0.28 0.29
Hex 5E 39 35 0 27 2C 3F 6 1C 1D
Octal 136 71 65 0 47 54 77 6 34 35
Binary 1011110 111001 110101 0 100111 101100 111111 110 11100 11101

Color Harmonies of #5E3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3935

Black with #5E3935

Text Example


Text Example

White with #5E3935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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