Html Css Color HEX #AB3221 Brown

📋 copy color: '#AB3221'

red 171 ◦ green 50 ◦ blue 33

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

Shades of Brown #AB3221

Tints of Brown #AB3221

RGB

 RED value IS 171 (67.19% from 255) = 67.32%

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 67.32%
G = 19.69%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB3221 (or 0xAB3221) is known color: Brown. HEX triplet: AB, 32 and 21. RGB value is (171,50,33). Sum of RGB (Red+Green+Blue) = 171+50+33=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3221 is #54CDDE. Grayscale: #545454. Windows color (decimal): -5557727 or 2175659. OLE color: 2175659.

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

Color convert

RGB 171 50 33 -
CMYK 0 0.71 0.81 0.33
HSL 7.39º 0.68% 0.4% -
HSV(B) 7.39º 0.81% 0.67% -
XYZ 18.21 11.05 2.61 -
YUV 84.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 171 50 33 0 0.71 0.81 0.33 7.39 0.68 0.4
Hex AB 32 21 0 47 51 21 7 44 28
Octal 253 62 41 0 107 121 41 7 104 50
Binary 10101011 110010 100001 0 1000111 1010001 100001 111 1000100 101000

Color Harmonies of #AB3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3221

Black with #AB3221

Text Example


Text Example

White with #AB3221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3221; }

 p { color: rgb(171,50,33); }

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

background-color css

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

 a { background-color: rgb(171,50,33); }

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

border-color css

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

 span { border-color: rgb(171,50,33); }

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