Html Css Color HEX #AB3121 Brown

📋 copy color: '#AB3121'

red 171 ◦ green 49 ◦ blue 33

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

Shades of Brown #AB3121

Tints of Brown #AB3121

RGB

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

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

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

R = 67.59%
G = 19.37%
B = 13.04%

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

#AB3121 (or 0xAB3121) is known color: Brown. HEX triplet: AB, 31 and 21. RGB value is (171,49,33). Sum of RGB (Red+Green+Blue) = 171+49+33=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3121 is #54CEDE. Grayscale: #535353. Windows color (decimal): -5557983 or 2175403. OLE color: 2175403.

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

Color convert

RGB 171 49 33 -
CMYK 0 0.71 0.81 0.33
HSL 6.96º 0.68% 0.4% -
HSV(B) 6.96º 0.81% 0.67% -
XYZ 18.17 10.96 2.6 -
YUV 83.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 171 49 33 0 0.71 0.81 0.33 6.96 0.68 0.4
Hex AB 31 21 0 47 51 21 7 44 28
Octal 253 61 41 0 107 121 41 7 104 50
Binary 10101011 110001 100001 0 1000111 1010001 100001 111 1000100 101000

Color Harmonies of #AB3121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3121

Black with #AB3121

Text Example


Text Example

White with #AB3121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3121; }

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

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

background-color css

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

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

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

border-color css

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

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

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