Html Css Color HEX #AB3228 Brown

📋 copy color: '#AB3228'

red 171 ◦ green 50 ◦ blue 40

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

Shades of Brown #AB3228

Tints of Brown #AB3228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 65.52%
G = 19.16%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB3228 (or 0xAB3228) is known color: Brown. HEX triplet: AB, 32 and 28. RGB value is (171,50,40). Sum of RGB (Red+Green+Blue) = 171+50+40=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3228 is #54CDD7. Grayscale: #555555. Windows color (decimal): -5557720 or 2634411. OLE color: 2634411.

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

Color convert

RGB 171 50 40 -
CMYK 0 0.71 0.77 0.33
HSL 4.58º 0.62% 0.41% -
HSV(B) 4.58º 0.77% 0.67% -
XYZ 18.32 11.09 3.18 -
YUV 85.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 171 50 40 0 0.71 0.77 0.33 4.58 0.62 0.41
Hex AB 32 28 0 47 4D 21 5 3E 29
Octal 253 62 50 0 107 115 41 5 76 51
Binary 10101011 110010 101000 0 1000111 1001101 100001 101 111110 101001

Color Harmonies of #AB3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3228

Black with #AB3228

Text Example


Text Example

White with #AB3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3228; }

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

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

background-color css

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

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

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

border-color css

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

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

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