Html Css Color HEX #5E3836 Redwood

📋 copy color: '#5E3836'

red 94 ◦ green 56 ◦ blue 54

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

Shades of Redwood #5E3836

Tints of Redwood #5E3836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.47%

R = 46.08%
G = 27.45%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#5E3836 (or 0x5E3836) is known color: Redwood. HEX triplet: 5E, 38 and 36. RGB value is (94,56,54). Sum of RGB (Red+Green+Blue) = 94+56+54=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3836 is #A1C7C9. Grayscale: #434343. Windows color (decimal): -10602442 or 3553374. OLE color: 3553374.

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

Color convert

RGB 94 56 54 -
CMYK 0 0.40 0.43 0.63
HSL 0.27% 0.29% -
HSV(B) 0.43% 0.37% -
XYZ 6.7 5.47 4.19 -
YUV 67.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 94 56 54 0 0.40 0.43 0.63 3 0.27 0.29
Hex 5E 38 36 0 28 2B 3F 3 1B 1D
Octal 136 70 66 0 50 53 77 3 33 35
Binary 1011110 111000 110110 0 101000 101011 111111 11 11011 11101

Color Harmonies of #5E3836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3836

Black with #5E3836

Text Example


Text Example

White with #5E3836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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