Html Css Color HEX #AB3120 Brown

📋 copy color: '#AB3120'

red 171 ◦ green 49 ◦ blue 32

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

Shades of Brown #AB3120

Tints of Brown #AB3120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 67.86%
G = 19.44%
B = 12.7%

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

#AB3120 (or 0xAB3120) is known color: Brown. HEX triplet: AB, 31 and 20. RGB value is (171,49,32). Sum of RGB (Red+Green+Blue) = 171+49+32=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3120 is #54CEDF. Grayscale: #535353. Windows color (decimal): -5557984 or 2109867. OLE color: 2109867.

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

Color convert

RGB 171 49 32 -
CMYK 0 0.71 0.81 0.33
HSL 7.34º 0.68% 0.4% -
HSV(B) 7.34º 0.81% 0.67% -
XYZ 18.15 10.96 2.52 -
YUV 83.54 98.92 190.38 -
System Red Green Blue C M Y K H S L
Decimal 171 49 32 0 0.71 0.81 0.33 7.34 0.68 0.4
Hex AB 31 20 0 47 51 21 7 44 28
Octal 253 61 40 0 107 121 41 7 104 50
Binary 10101011 110001 100000 0 1000111 1010001 100001 111 1000100 101000

Color Harmonies of #AB3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3120

Black with #AB3120

Text Example


Text Example

White with #AB3120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3120; }

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

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

background-color css

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

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

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

border-color css

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

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

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