Html Css Color HEX #AB301F Brown

📋 copy color: '#AB301F'

red 171 ◦ green 48 ◦ blue 31

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

Shades of Brown #AB301F

Tints of Brown #AB301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 68.4%
G = 19.2%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB301F (or 0xAB301F) is known color: Brown. HEX triplet: AB, 30 and 1F. RGB value is (171,48,31). Sum of RGB (Red+Green+Blue) = 171+48+31=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB301F is #54CFE0. Grayscale: #535353. Windows color (decimal): -5558241 or 2044075. OLE color: 2044075.

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

Color convert

RGB 171 48 31 -
CMYK 0 0.72 0.82 0.33
HSL 7.29º 0.69% 0.4% -
HSV(B) 7.29º 0.82% 0.67% -
XYZ 18.1 10.87 2.44 -
YUV 82.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 171 48 31 0 0.72 0.82 0.33 7.29 0.69 0.4
Hex AB 30 1F 0 48 52 21 7 45 28
Octal 253 60 37 0 110 122 41 7 105 50
Binary 10101011 110000 11111 0 1001000 1010010 100001 111 1000101 101000

Color Harmonies of #AB301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB301F

Black with #AB301F

Text Example


Text Example

White with #AB301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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