Html Css Color HEX #AD301F Brown

📋 copy color: '#AD301F'

red 173 ◦ green 48 ◦ blue 31

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

Shades of Brown #AD301F

Tints of Brown #AD301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.05%

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

R = 68.65%
G = 19.05%
B = 12.3%

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

#AD301F (or 0xAD301F) is known color: Brown. HEX triplet: AD, 30 and 1F. RGB value is (173,48,31). Sum of RGB (Red+Green+Blue) = 173+48+31=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD301F is #52CFE0. Grayscale: #535353. Windows color (decimal): -5427169 or 2044077. OLE color: 2044077.

HSL color Cylindrical-coordinate representation of color #AD301F: hue angle of 7.18º 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 #AD301F is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 31 -
CMYK 0 0.72 0.82 0.32
HSL 7.18º 0.7% 0.4% -
HSV(B) 7.18º 0.82% 0.68% -
XYZ 18.54 11.1 2.46 -
YUV 83.44 98.41 191.88 -
System Red Green Blue C M Y K H S L
Decimal 173 48 31 0 0.72 0.82 0.32 7.18 0.7 0.4
Hex AD 30 1F 0 48 52 20 7 46 28
Octal 255 60 37 0 110 122 40 7 106 50
Binary 10101101 110000 11111 0 1001000 1010010 100000 111 1000110 101000

Color Harmonies of #AD301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD301F

Black with #AD301F

Text Example


Text Example

White with #AD301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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