Html Css Color HEX #AD331C Brown

📋 copy color: '#AD331C'

red 173 ◦ green 51 ◦ blue 28

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

Shades of Brown #AD331C

Tints of Brown #AD331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 68.65%
G = 20.24%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD331C (or 0xAD331C) is known color: Brown. HEX triplet: AD, 33 and 1C. RGB value is (173,51,28). Sum of RGB (Red+Green+Blue) = 173+51+28=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD331C is #52CCE3. Grayscale: #555555. Windows color (decimal): -5426404 or 1848237. OLE color: 1848237.

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

Color convert

RGB 173 51 28 -
CMYK 0 0.71 0.84 0.32
HSL 9.52º 0.72% 0.39% -
HSV(B) 9.52º 0.84% 0.68% -
XYZ 18.63 11.34 2.3 -
YUV 84.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 173 51 28 0 0.71 0.84 0.32 9.52 0.72 0.39
Hex AD 33 1C 0 47 54 20 A 48 27
Octal 255 63 34 0 107 124 40 12 110 47
Binary 10101101 110011 11100 0 1000111 1010100 100000 1010 1001000 100111

Color Harmonies of #AD331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD331C

Black with #AD331C

Text Example


Text Example

White with #AD331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD331C; }

 p { color: rgb(173,51,28); }

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

background-color css

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

 a { background-color: rgb(173,51,28); }

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

border-color css

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

 span { border-color: rgb(173,51,28); }

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