Html Css Color HEX #5D4427 Dark Brown

📋 copy color: '#5D4427'

red 93 ◦ green 68 ◦ blue 39

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

Shades of Dark Brown #5D4427

Tints of Dark Brown #5D4427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34%

 BLUE value IS 39 (15.63% from 255) = 19.5%

R = 46.5%
G = 34%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#5D4427 (or 0x5D4427) is known color: Dark Brown. HEX triplet: 5D, 44 and 27. RGB value is (93,68,39). Sum of RGB (Red+Green+Blue) = 93+68+39=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4427 is #A2BBD8. Grayscale: #484848. Windows color (decimal): -10664921 or 2573405. OLE color: 2573405.

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

Color convert

RGB 93 68 39 -
CMYK 0 0.27 0.58 0.64
HSL 32.22º 0.41% 0.26% -
HSV(B) 32.22º 0.58% 0.36% -
XYZ 6.95 6.61 2.83 -
YUV 72.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 93 68 39 0 0.27 0.58 0.64 32.22 0.41 0.26
Hex 5D 44 27 0 1B 3A 40 20 29 1A
Octal 135 104 47 0 33 72 100 40 51 32
Binary 1011101 1000100 100111 0 11011 111010 1000000 100000 101001 11010

Color Harmonies of #5D4427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4427

Black with #5D4427

Text Example


Text Example

White with #5D4427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,68,39); }

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

background-color css

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

 a { background-color: rgb(93,68,39); }

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

border-color css

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

 span { border-color: rgb(93,68,39); }

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