Html Css Color HEX #AD3121 Brown

📋 copy color: '#AD3121'

red 173 ◦ green 49 ◦ blue 33

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

Shades of Brown #AD3121

Tints of Brown #AD3121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 67.84%
G = 19.22%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD3121 (or 0xAD3121) is known color: Brown. HEX triplet: AD, 31 and 21. RGB value is (173,49,33). Sum of RGB (Red+Green+Blue) = 173+49+33=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3121 is #52CEDE. Grayscale: #545454. Windows color (decimal): -5426911 or 2175405. OLE color: 2175405.

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

Color convert

RGB 173 49 33 -
CMYK 0 0.72 0.81 0.32
HSL 6.86º 0.68% 0.4% -
HSV(B) 6.86º 0.81% 0.68% -
XYZ 18.61 11.19 2.62 -
YUV 84.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 173 49 33 0 0.72 0.81 0.32 6.86 0.68 0.4
Hex AD 31 21 0 48 51 20 7 44 28
Octal 255 61 41 0 110 121 40 7 104 50
Binary 10101101 110001 100001 0 1001000 1010001 100000 111 1000100 101000

Color Harmonies of #AD3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3121

Black with #AD3121

Text Example


Text Example

White with #AD3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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