Html Css Color HEX #AB321F Brown

📋 copy color: '#AB321F'

red 171 ◦ green 50 ◦ blue 31

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

Shades of Brown #AB321F

Tints of Brown #AB321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

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

R = 67.86%
G = 19.84%
B = 12.3%

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

#AB321F (or 0xAB321F) is known color: Brown. HEX triplet: AB, 32 and 1F. RGB value is (171,50,31). Sum of RGB (Red+Green+Blue) = 171+50+31=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB321F is #54CDE0. Grayscale: #545454. Windows color (decimal): -5557729 or 2044587. OLE color: 2044587.

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

Color convert

RGB 171 50 31 -
CMYK 0 0.71 0.82 0.33
HSL 8.14º 0.69% 0.4% -
HSV(B) 8.14º 0.82% 0.67% -
XYZ 18.18 11.04 2.47 -
YUV 84.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 171 50 31 0 0.71 0.82 0.33 8.14 0.69 0.4
Hex AB 32 1F 0 47 52 21 8 45 28
Octal 253 62 37 0 107 122 41 10 105 50
Binary 10101011 110010 11111 0 1000111 1010010 100001 1000 1000101 101000

Color Harmonies of #AB321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB321F

Black with #AB321F

Text Example


Text Example

White with #AB321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB321F; }

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

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

background-color css

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

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

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

border-color css

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

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

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