Html Css Color HEX #5F472D Dallas

📋 copy color: '#5F472D'

red 95 ◦ green 71 ◦ blue 45

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

Shades of Dallas #5F472D

Tints of Dallas #5F472D

RGB

 RED value IS 95 (37.5% from 255) = 45.02%

 GREEN value IS 71 (28.13% from 255) = 33.65%

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

R = 45.02%
G = 33.65%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#5F472D (or 0x5F472D) is known color: Dallas. HEX triplet: 5F, 47 and 2D. RGB value is (95,71,45). Sum of RGB (Red+Green+Blue) = 95+71+45=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 95 - color contains mainly: red. Hex color #5F472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F472D is #A0B8D2. Grayscale: #4B4B4B. Windows color (decimal): -10533075 or 2967391. OLE color: 2967391.

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

Color convert

RGB 95 71 45 -
CMYK 0 0.25 0.53 0.63
HSL 31.2º 0.36% 0.27% -
HSV(B) 31.2º 0.53% 0.37% -
XYZ 7.45 7.13 3.47 -
YUV 75.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 95 71 45 0 0.25 0.53 0.63 31.2 0.36 0.27
Hex 5F 47 2D 0 19 35 3F 1F 24 1B
Octal 137 107 55 0 31 65 77 37 44 33
Binary 1011111 1000111 101101 0 11001 110101 111111 11111 100100 11011

Color Harmonies of #5F472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F472D

Black with #5F472D

Text Example


Text Example

White with #5F472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,71,45); }

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

background-color css

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

 a { background-color: rgb(95,71,45); }

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

border-color css

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

 span { border-color: rgb(95,71,45); }

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