Html Css Color HEX #5D4123 Dark Brown

📋 copy color: '#5D4123'

red 93 ◦ green 65 ◦ blue 35

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

Shades of Dark Brown #5D4123

Tints of Dark Brown #5D4123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 35 (14.06% from 255) = 18.13%

R = 48.19%
G = 33.68%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5D4123 (or 0x5D4123) is known color: Dark Brown. HEX triplet: 5D, 41 and 23. RGB value is (93,65,35). Sum of RGB (Red+Green+Blue) = 93+65+35=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 35 (14.06% from 255 or 18.13% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4123 is #A2BEDC. Grayscale: #464646. Windows color (decimal): -10665693 or 2310493. OLE color: 2310493.

HSL color Cylindrical-coordinate representation of color #5D4123: hue angle of 31.03º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4123 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 65 35 -
CMYK 0 0.30 0.62 0.64
HSL 31.03º 0.45% 0.25% -
HSV(B) 31.03º 0.62% 0.36% -
XYZ 6.71 6.23 2.44 -
YUV 69.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 93 65 35 0 0.30 0.62 0.64 31.03 0.45 0.25
Hex 5D 41 23 0 1E 3E 40 1F 2D 19
Octal 135 101 43 0 36 76 100 37 55 31
Binary 1011101 1000001 100011 0 11110 111110 1000000 11111 101101 11001

Color Harmonies of #5D4123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4123

Black with #5D4123

Text Example


Text Example

White with #5D4123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,65,35); }

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

background-color css

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

 a { background-color: rgb(93,65,35); }

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

border-color css

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

 span { border-color: rgb(93,65,35); }

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