Html Css Color HEX #AB3529 Brown

📋 copy color: '#AB3529'

red 171 ◦ green 53 ◦ blue 41

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

Shades of Brown #AB3529

Tints of Brown #AB3529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 41 (16.41% from 255) = 15.47%

R = 64.53%
G = 20%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB3529 (or 0xAB3529) is known color: Brown. HEX triplet: AB, 35 and 29. RGB value is (171,53,41). Sum of RGB (Red+Green+Blue) = 171+53+41=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3529 is #54CAD6. Grayscale: #575757. Windows color (decimal): -5556951 or 2700715. OLE color: 2700715.

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

Color convert

RGB 171 53 41 -
CMYK 0 0.69 0.76 0.33
HSL 5.54º 0.61% 0.42% -
HSV(B) 5.54º 0.76% 0.67% -
XYZ 18.47 11.36 3.32 -
YUV 86.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 171 53 41 0 0.69 0.76 0.33 5.54 0.61 0.42
Hex AB 35 29 0 45 4C 21 6 3D 2A
Octal 253 65 51 0 105 114 41 6 75 52
Binary 10101011 110101 101001 0 1000101 1001100 100001 110 111101 101010

Color Harmonies of #AB3529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3529

Black with #AB3529

Text Example


Text Example

White with #AB3529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3529; }

 p { color: rgb(171,53,41); }

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

background-color css

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

 a { background-color: rgb(171,53,41); }

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

border-color css

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

 span { border-color: rgb(171,53,41); }

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