Html Css Color HEX #5D400F Dark Brown

📋 copy color: '#5D400F'

red 93 ◦ green 64 ◦ blue 15

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

Shades of Dark Brown #5D400F

Tints of Dark Brown #5D400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 54.07%
G = 37.21%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#5D400F (or 0x5D400F) is known color: Dark Brown. HEX triplet: 5D, 40 and 0F. RGB value is (93,64,15). Sum of RGB (Red+Green+Blue) = 93+64+15=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5D400F is #A2BFF0. Grayscale: #434343. Windows color (decimal): -10665969 or 999517. OLE color: 999517.

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

Color convert

RGB 93 64 15 -
CMYK 0 0.31 0.84 0.64
HSL 37.69º 0.72% 0.21% -
HSV(B) 37.69º 0.84% 0.36% -
XYZ 6.43 6.03 1.28 -
YUV 67.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 93 64 15 0 0.31 0.84 0.64 37.69 0.72 0.21
Hex 5D 40 F 0 1F 54 40 26 48 15
Octal 135 100 17 0 37 124 100 46 110 25
Binary 1011101 1000000 1111 0 11111 1010100 1000000 100110 1001000 10101

Color Harmonies of #5D400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D400F

Black with #5D400F

Text Example


Text Example

White with #5D400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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