Html Css Color HEX #5D4323 Dark Brown

📋 copy color: '#5D4323'

red 93 ◦ green 67 ◦ blue 35

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

Shades of Dark Brown #5D4323

Tints of Dark Brown #5D4323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.36%

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

R = 47.69%
G = 34.36%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5D4323 (or 0x5D4323) is known color: Dark Brown. HEX triplet: 5D, 43 and 23. RGB value is (93,67,35). Sum of RGB (Red+Green+Blue) = 93+67+35=195 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.69% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4323 is #A2BCDC. Grayscale: #474747. Windows color (decimal): -10665181 or 2311005. OLE color: 2311005.

HSL color Cylindrical-coordinate representation of color #5D4323: hue angle of 33.1º 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 #5D4323 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 67 35 -
CMYK 0 0.28 0.62 0.64
HSL 33.1º 0.45% 0.25% -
HSV(B) 33.1º 0.62% 0.36% -
XYZ 6.82 6.46 2.48 -
YUV 71.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 93 67 35 0 0.28 0.62 0.64 33.1 0.45 0.25
Hex 5D 43 23 0 1C 3E 40 21 2D 19
Octal 135 103 43 0 34 76 100 41 55 31
Binary 1011101 1000011 100011 0 11100 111110 1000000 100001 101101 11001

Color Harmonies of #5D4323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4323

Black with #5D4323

Text Example


Text Example

White with #5D4323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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