Html Css Color HEX #AB2D21 Brown

📋 copy color: '#AB2D21'

red 171 ◦ green 45 ◦ blue 33

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

Shades of Brown #AB2D21

Tints of Brown #AB2D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

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

R = 68.67%
G = 18.07%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2D21 (or 0xAB2D21) is known color: Brown. HEX triplet: AB, 2D and 21. RGB value is (171,45,33). Sum of RGB (Red+Green+Blue) = 171+45+33=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D21 is #54D2DE. Grayscale: #515151. Windows color (decimal): -5559007 or 2174379. OLE color: 2174379.

HSL color Cylindrical-coordinate representation of color #AB2D21: hue angle of 5.22º 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 #AB2D21 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 45 33 -
CMYK 0 0.74 0.81 0.33
HSL 5.22º 0.68% 0.4% -
HSV(B) 5.22º 0.81% 0.67% -
XYZ 18.01 10.64 2.54 -
YUV 81.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 171 45 33 0 0.74 0.81 0.33 5.22 0.68 0.4
Hex AB 2D 21 0 4A 51 21 5 44 28
Octal 253 55 41 0 112 121 41 5 104 50
Binary 10101011 101101 100001 0 1001010 1010001 100001 101 1000100 101000

Color Harmonies of #AB2D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D21

Black with #AB2D21

Text Example


Text Example

White with #AB2D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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