Html Css Color HEX #AB3124 Brown

📋 copy color: '#AB3124'

red 171 ◦ green 49 ◦ blue 36

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

Shades of Brown #AB3124

Tints of Brown #AB3124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 66.8%
G = 19.14%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB3124 (or 0xAB3124) is known color: Brown. HEX triplet: AB, 31 and 24. RGB value is (171,49,36). Sum of RGB (Red+Green+Blue) = 171+49+36=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3124 is #54CEDB. Grayscale: #545454. Windows color (decimal): -5557980 or 2372011. OLE color: 2372011.

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

Color convert

RGB 171 49 36 -
CMYK 0 0.71 0.79 0.33
HSL 5.78º 0.65% 0.41% -
HSV(B) 5.78º 0.79% 0.67% -
XYZ 18.21 10.98 2.83 -
YUV 84 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 171 49 36 0 0.71 0.79 0.33 5.78 0.65 0.41
Hex AB 31 24 0 47 4F 21 6 41 29
Octal 253 61 44 0 107 117 41 6 101 51
Binary 10101011 110001 100100 0 1000111 1001111 100001 110 1000001 101001

Color Harmonies of #AB3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3124

Black with #AB3124

Text Example


Text Example

White with #AB3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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