Html Css Color HEX #5D462D Dallas

📋 copy color: '#5D462D'

red 93 ◦ green 70 ◦ blue 45

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

Shades of Dallas #5D462D

Tints of Dallas #5D462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 44.71%
G = 33.65%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5D462D (or 0x5D462D) is known color: Dallas. HEX triplet: 5D, 46 and 2D. RGB value is (93,70,45). Sum of RGB (Red+Green+Blue) = 93+70+45=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D462D is #A2B9D2. Grayscale: #4A4A4A. Windows color (decimal): -10664403 or 2967133. OLE color: 2967133.

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

Color convert

RGB 93 70 45 -
CMYK 0 0.25 0.52 0.64
HSL 31.25º 0.35% 0.27% -
HSV(B) 31.25º 0.52% 0.36% -
XYZ 7.18 6.9 3.44 -
YUV 74.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 93 70 45 0 0.25 0.52 0.64 31.25 0.35 0.27
Hex 5D 46 2D 0 19 34 40 1F 23 1B
Octal 135 106 55 0 31 64 100 37 43 33
Binary 1011101 1000110 101101 0 11001 110100 1000000 11111 100011 11011

Color Harmonies of #5D462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D462D

Black with #5D462D

Text Example


Text Example

White with #5D462D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,70,45); }

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

background-color css

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

 a { background-color: rgb(93,70,45); }

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

border-color css

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

 span { border-color: rgb(93,70,45); }

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