Html Css Color HEX #5D421C Dark Brown

📋 copy color: '#5D421C'

red 93 ◦ green 66 ◦ blue 28

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

Shades of Dark Brown #5D421C

Tints of Dark Brown #5D421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 49.73%
G = 35.29%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5D421C (or 0x5D421C) is known color: Dark Brown. HEX triplet: 5D, 42 and 1C. RGB value is (93,66,28). Sum of RGB (Red+Green+Blue) = 93+66+28=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D421C is #A2BDE3. Grayscale: #454545. Windows color (decimal): -10665444 or 1851997. OLE color: 1851997.

HSL color Cylindrical-coordinate representation of color #5D421C: hue angle of 35.08º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D421C is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 66 28 -
CMYK 0 0.29 0.70 0.64
HSL 35.08º 0.54% 0.24% -
HSV(B) 35.08º 0.7% 0.36% -
XYZ 6.67 6.31 1.96 -
YUV 69.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 93 66 28 0 0.29 0.70 0.64 35.08 0.54 0.24
Hex 5D 42 1C 0 1D 46 40 23 36 18
Octal 135 102 34 0 35 106 100 43 66 30
Binary 1011101 1000010 11100 0 11101 1000110 1000000 100011 110110 11000

Color Harmonies of #5D421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D421C

Black with #5D421C

Text Example


Text Example

White with #5D421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,66,28); }

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

background-color css

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

 a { background-color: rgb(93,66,28); }

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

border-color css

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

 span { border-color: rgb(93,66,28); }

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