Html Css Color HEX #AD302F Brown

📋 copy color: '#AD302F'

red 173 ◦ green 48 ◦ blue 47

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

Shades of Brown #AD302F

Tints of Brown #AD302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 64.55%
G = 17.91%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD302F (or 0xAD302F) is known color: Brown. HEX triplet: AD, 30 and 2F. RGB value is (173,48,47). Sum of RGB (Red+Green+Blue) = 173+48+47=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD302F is #52CFD0. Grayscale: #555555. Windows color (decimal): -5427153 or 3092653. OLE color: 3092653.

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

Color convert

RGB 173 48 47 -
CMYK 0 0.72 0.73 0.32
HSL 0.48º 0.57% 0.43% -
HSV(B) 0.48º 0.73% 0.68% -
XYZ 18.8 11.2 3.86 -
YUV 85.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 173 48 47 0 0.72 0.73 0.32 0.48 0.57 0.43
Hex AD 30 2F 0 48 49 20 0 39 2B
Octal 255 60 57 0 110 111 40 0 71 53
Binary 10101101 110000 101111 0 1001000 1001001 100000 0 111001 101011

Color Harmonies of #AD302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD302F

Black with #AD302F

Text Example


Text Example

White with #AD302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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