Html Css Color HEX #AB311F Brown

📋 copy color: '#AB311F'

red 171 ◦ green 49 ◦ blue 31

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

Shades of Brown #AB311F

Tints of Brown #AB311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.35%

R = 68.13%
G = 19.52%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB311F (or 0xAB311F) is known color: Brown. HEX triplet: AB, 31 and 1F. RGB value is (171,49,31). Sum of RGB (Red+Green+Blue) = 171+49+31=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB311F is #54CEE0. Grayscale: #535353. Windows color (decimal): -5557985 or 2044331. OLE color: 2044331.

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

Color convert

RGB 171 49 31 -
CMYK 0 0.71 0.82 0.33
HSL 7.71º 0.69% 0.4% -
HSV(B) 7.71º 0.82% 0.67% -
XYZ 18.14 10.95 2.45 -
YUV 83.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 171 49 31 0 0.71 0.82 0.33 7.71 0.69 0.4
Hex AB 31 1F 0 47 52 21 8 45 28
Octal 253 61 37 0 107 122 41 10 105 50
Binary 10101011 110001 11111 0 1000111 1010010 100001 1000 1000101 101000

Color Harmonies of #AB311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB311F

Black with #AB311F

Text Example


Text Example

White with #AB311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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