Html Css Color HEX #AB312D Brown

📋 copy color: '#AB312D'

red 171 ◦ green 49 ◦ blue 45

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

Shades of Brown #AB312D

Tints of Brown #AB312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.98%

R = 64.53%
G = 18.49%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB312D (or 0xAB312D) is known color: Brown. HEX triplet: AB, 31 and 2D. RGB value is (171,49,45). Sum of RGB (Red+Green+Blue) = 171+49+45=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB312D is #54CED2. Grayscale: #555555. Windows color (decimal): -5557971 or 2961835. OLE color: 2961835.

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

Color convert

RGB 171 49 45 -
CMYK 0 0.71 0.74 0.33
HSL 1.9º 0.58% 0.42% -
HSV(B) 1.9º 0.74% 0.67% -
XYZ 18.37 11.04 3.65 -
YUV 85.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 171 49 45 0 0.71 0.74 0.33 1.9 0.58 0.42
Hex AB 31 2D 0 47 4A 21 2 3A 2A
Octal 253 61 55 0 107 112 41 2 72 52
Binary 10101011 110001 101101 0 1000111 1001010 100001 10 111010 101010

Color Harmonies of #AB312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB312D

Black with #AB312D

Text Example


Text Example

White with #AB312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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