Html Css Color HEX #AB311E Brown

📋 copy color: '#AB311E'

red 171 ◦ green 49 ◦ blue 30

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

Shades of Brown #AB311E

Tints of Brown #AB311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12%

R = 68.4%
G = 19.6%
B = 12%

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

#AB311E (or 0xAB311E) is known color: Brown. HEX triplet: AB, 31 and 1E. RGB value is (171,49,30). Sum of RGB (Red+Green+Blue) = 171+49+30=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB311E is #54CEE1. Grayscale: #535353. Windows color (decimal): -5557986 or 1978795. OLE color: 1978795.

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

Color convert

RGB 171 49 30 -
CMYK 0 0.71 0.82 0.33
HSL 8.09º 0.7% 0.39% -
HSV(B) 8.09º 0.82% 0.67% -
XYZ 18.13 10.95 2.39 -
YUV 83.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 171 49 30 0 0.71 0.82 0.33 8.09 0.7 0.39
Hex AB 31 1E 0 47 52 21 8 46 27
Octal 253 61 36 0 107 122 41 10 106 47
Binary 10101011 110001 11110 0 1000111 1010010 100001 1000 1000110 100111

Color Harmonies of #AB311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB311E

Black with #AB311E

Text Example


Text Example

White with #AB311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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