Html Css Color HEX #AD3027 Brown

📋 copy color: '#AD3027'

red 173 ◦ green 48 ◦ blue 39

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

Shades of Brown #AD3027

Tints of Brown #AD3027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15%

R = 66.54%
G = 18.46%
B = 15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD3027 (or 0xAD3027) is known color: Brown. HEX triplet: AD, 30 and 27. RGB value is (173,48,39). Sum of RGB (Red+Green+Blue) = 173+48+39=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3027 is #52CFD8. Grayscale: #545454. Windows color (decimal): -5427161 or 2568365. OLE color: 2568365.

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

Color convert

RGB 173 48 39 -
CMYK 0 0.72 0.77 0.32
HSL 4.03º 0.63% 0.42% -
HSV(B) 4.03º 0.77% 0.68% -
XYZ 18.66 11.14 3.09 -
YUV 84.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 173 48 39 0 0.72 0.77 0.32 4.03 0.63 0.42
Hex AD 30 27 0 48 4D 20 4 3F 2A
Octal 255 60 47 0 110 115 40 4 77 52
Binary 10101101 110000 100111 0 1001000 1001101 100000 100 111111 101010

Color Harmonies of #AD3027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3027

Black with #AD3027

Text Example


Text Example

White with #AD3027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3027; }

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

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

background-color css

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

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

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

border-color css

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

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

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