Html Css Color HEX #AD311F Brown

📋 copy color: '#AD311F'

red 173 ◦ green 49 ◦ blue 31

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

Shades of Brown #AD311F

Tints of Brown #AD311F

RGB

 RED value IS 173 (67.97% from 255) = 68.38%

 GREEN value IS 49 (19.53% from 255) = 19.37%

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 68.38%
G = 19.37%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD311F (or 0xAD311F) is known color: Brown. HEX triplet: AD, 31 and 1F. RGB value is (173,49,31). Sum of RGB (Red+Green+Blue) = 173+49+31=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD311F is #52CEE0. Grayscale: #545454. Windows color (decimal): -5426913 or 2044333. OLE color: 2044333.

HSL color Cylindrical-coordinate representation of color #AD311F: hue angle of 7.61º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD311F is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 49 31 -
CMYK 0 0.72 0.82 0.32
HSL 7.61º 0.7% 0.4% -
HSV(B) 7.61º 0.82% 0.68% -
XYZ 18.58 11.18 2.48 -
YUV 84.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 173 49 31 0 0.72 0.82 0.32 7.61 0.7 0.4
Hex AD 31 1F 0 48 52 20 8 46 28
Octal 255 61 37 0 110 122 40 10 106 50
Binary 10101101 110001 11111 0 1001000 1010010 100000 1000 1000110 101000

Color Harmonies of #AD311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD311F

Black with #AD311F

Text Example


Text Example

White with #AD311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD311F; }

 p { color: rgb(173,49,31); }

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

background-color css

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

 a { background-color: rgb(173,49,31); }

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

border-color css

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

 span { border-color: rgb(173,49,31); }

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