Html Css Color HEX #AB311B Brown

📋 copy color: '#AB311B'

red 171 ◦ green 49 ◦ blue 27

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

Shades of Brown #AB311B

Tints of Brown #AB311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.93%

R = 69.23%
G = 19.84%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB311B (or 0xAB311B) is known color: Brown. HEX triplet: AB, 31 and 1B. RGB value is (171,49,27). Sum of RGB (Red+Green+Blue) = 171+49+27=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB311B is #54CEE4. Grayscale: #535353. Windows color (decimal): -5557989 or 1782187. OLE color: 1782187.

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

Color convert

RGB 171 49 27 -
CMYK 0 0.71 0.84 0.33
HSL 9.17º 0.73% 0.39% -
HSV(B) 9.17º 0.84% 0.67% -
XYZ 18.09 10.93 2.19 -
YUV 82.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 171 49 27 0 0.71 0.84 0.33 9.17 0.73 0.39
Hex AB 31 1B 0 47 54 21 9 49 27
Octal 253 61 33 0 107 124 41 11 111 47
Binary 10101011 110001 11011 0 1000111 1010100 100001 1001 1001001 100111

Color Harmonies of #AB311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB311B

Black with #AB311B

Text Example


Text Example

White with #AB311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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