Html Css Color HEX #5D403D Woody Brown

📋 copy color: '#5D403D'

red 93 ◦ green 64 ◦ blue 61

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

Shades of Woody Brown #5D403D

Tints of Woody Brown #5D403D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.36%

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

R = 42.66%
G = 29.36%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D403D (or 0x5D403D) is known color: Woody Brown. HEX triplet: 5D, 40 and 3D. RGB value is (93,64,61). Sum of RGB (Red+Green+Blue) = 93+64+61=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D403D is #A2BFC2. Grayscale: #484848. Windows color (decimal): -10665923 or 4014173. OLE color: 4014173.

HSL color Cylindrical-coordinate representation of color #5D403D: hue angle of 5.62º 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 #5D403D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 64 61 -
CMYK 0 0.31 0.34 0.64
HSL 5.63º 0.21% 0.3% -
HSV(B) 5.63º 0.34% 0.36% -
XYZ 7.19 6.33 5.26 -
YUV 72.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 93 64 61 0 0.31 0.34 0.64 5.63 0.21 0.3
Hex 5D 40 3D 0 1F 22 40 6 15 1E
Octal 135 100 75 0 37 42 100 6 25 36
Binary 1011101 1000000 111101 0 11111 100010 1000000 110 10101 11110

Color Harmonies of #5D403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D403D

Black with #5D403D

Text Example


Text Example

White with #5D403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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