Html Css Color HEX #AD3024 Brown

📋 copy color: '#AD3024'

red 173 ◦ green 48 ◦ blue 36

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

Shades of Brown #AD3024

Tints of Brown #AD3024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 67.32%
G = 18.68%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3024 (or 0xAD3024) is known color: Brown. HEX triplet: AD, 30 and 24. RGB value is (173,48,36). Sum of RGB (Red+Green+Blue) = 173+48+36=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3024 is #52CFDB. Grayscale: #545454. Windows color (decimal): -5427164 or 2371757. OLE color: 2371757.

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

Color convert

RGB 173 48 36 -
CMYK 0 0.72 0.79 0.32
HSL 5.26º 0.66% 0.41% -
HSV(B) 5.26º 0.79% 0.68% -
XYZ 18.61 11.13 2.84 -
YUV 84.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 173 48 36 0 0.72 0.79 0.32 5.26 0.66 0.41
Hex AD 30 24 0 48 4F 20 5 42 29
Octal 255 60 44 0 110 117 40 5 102 51
Binary 10101101 110000 100100 0 1001000 1001111 100000 101 1000010 101001

Color Harmonies of #AD3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3024

Black with #AD3024

Text Example


Text Example

White with #AD3024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3024; }

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

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

background-color css

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

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

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

border-color css

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

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

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