Html Css Color HEX #5D3836 Redwood

📋 copy color: '#5D3836'

red 93 ◦ green 56 ◦ blue 54

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

Shades of Redwood #5D3836

Tints of Redwood #5D3836

RGB

 RED value IS 93 (36.72% from 255) = 45.81%

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

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

R = 45.81%
G = 27.59%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#5D3836 (or 0x5D3836) is known color: Redwood. HEX triplet: 5D, 38 and 36. RGB value is (93,56,54). Sum of RGB (Red+Green+Blue) = 93+56+54=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3836 is #A2C7C9. Grayscale: #424242. Windows color (decimal): -10667978 or 3553373. OLE color: 3553373.

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

Color convert

RGB 93 56 54 -
CMYK 0 0.40 0.42 0.64
HSL 3.08º 0.27% 0.29% -
HSV(B) 3.08º 0.42% 0.36% -
XYZ 6.59 5.42 4.19 -
YUV 66.84 120.76 146.66 -
System Red Green Blue C M Y K H S L
Decimal 93 56 54 0 0.40 0.42 0.64 3.08 0.27 0.29
Hex 5D 38 36 0 28 2A 40 3 1B 1D
Octal 135 70 66 0 50 52 100 3 33 35
Binary 1011101 111000 110110 0 101000 101010 1000000 11 11011 11101

Color Harmonies of #5D3836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3836

Black with #5D3836

Text Example


Text Example

White with #5D3836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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