Html Css Color HEX #5D451D Dark Brown

📋 copy color: '#5D451D'

red 93 ◦ green 69 ◦ blue 29

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

Shades of Dark Brown #5D451D

Tints of Dark Brown #5D451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.13%

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 48.69%
G = 36.13%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5D451D (or 0x5D451D) is known color: Dark Brown. HEX triplet: 5D, 45 and 1D. RGB value is (93,69,29). Sum of RGB (Red+Green+Blue) = 93+69+29=191 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.69% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 93 - color contains mainly: red. Hex color #5D451D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D451D is #A2BAE2. Grayscale: #474747. Windows color (decimal): -10664675 or 1918301. OLE color: 1918301.

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

Color convert

RGB 93 69 29 -
CMYK 0 0.26 0.69 0.64
HSL 37.5º 0.52% 0.24% -
HSV(B) 37.5º 0.69% 0.36% -
XYZ 6.86 6.67 2.09 -
YUV 71.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 93 69 29 0 0.26 0.69 0.64 37.5 0.52 0.24
Hex 5D 45 1D 0 1A 45 40 26 34 18
Octal 135 105 35 0 32 105 100 46 64 30
Binary 1011101 1000101 11101 0 11010 1000101 1000000 100110 110100 11000

Color Harmonies of #5D451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D451D

Black with #5D451D

Text Example


Text Example

White with #5D451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,69,29); }

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

background-color css

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

 a { background-color: rgb(93,69,29); }

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

border-color css

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

 span { border-color: rgb(93,69,29); }

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