Html Css Color HEX #5D3E3D Woody Brown

📋 copy color: '#5D3E3D'

red 93 ◦ green 62 ◦ blue 61

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

Shades of Woody Brown #5D3E3D

Tints of Woody Brown #5D3E3D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.7%

 BLUE value IS 61 (24.22% from 255) = 28.24%

R = 43.06%
G = 28.7%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D3E3D (or 0x5D3E3D) is known color: Woody Brown. HEX triplet: 5D, 3E and 3D. RGB value is (93,62,61). Sum of RGB (Red+Green+Blue) = 93+62+61=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3E3D is #A2C1C2. Grayscale: #474747. Windows color (decimal): -10666435 or 4013661. OLE color: 4013661.

HSL color Cylindrical-coordinate representation of color #5D3E3D: hue angle of 1.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D3E3D is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 62 61 -
CMYK 0 0.33 0.34 0.64
HSL 1.88º 0.21% 0.3% -
HSV(B) 1.88º 0.34% 0.36% -
XYZ 7.08 6.11 5.22 -
YUV 71.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 93 62 61 0 0.33 0.34 0.64 1.88 0.21 0.3
Hex 5D 3E 3D 0 21 22 40 2 15 1E
Octal 135 76 75 0 41 42 100 2 25 36
Binary 1011101 111110 111101 0 100001 100010 1000000 10 10101 11110

Color Harmonies of #5D3E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3E3D

Black with #5D3E3D

Text Example


Text Example

White with #5D3E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,62,61); }

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

background-color css

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

 a { background-color: rgb(93,62,61); }

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

border-color css

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

 span { border-color: rgb(93,62,61); }

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