Html Css Color HEX #AB3420 Brown

📋 copy color: '#AB3420'

red 171 ◦ green 52 ◦ blue 32

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

Shades of Brown #AB3420

Tints of Brown #AB3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 67.06%
G = 20.39%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB3420 (or 0xAB3420) is known color: Brown. HEX triplet: AB, 34 and 20. RGB value is (171,52,32). Sum of RGB (Red+Green+Blue) = 171+52+32=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3420 is #54CBDF. Grayscale: #555555. Windows color (decimal): -5557216 or 2110635. OLE color: 2110635.

HSL color Cylindrical-coordinate representation of color #AB3420: hue angle of 8.63º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB3420 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 32 -
CMYK 0 0.70 0.81 0.33
HSL 8.63º 0.68% 0.4% -
HSV(B) 8.63º 0.81% 0.67% -
XYZ 18.28 11.22 2.57 -
YUV 85.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 171 52 32 0 0.70 0.81 0.33 8.63 0.68 0.4
Hex AB 34 20 0 46 51 21 9 44 28
Octal 253 64 40 0 106 121 41 11 104 50
Binary 10101011 110100 100000 0 1000110 1010001 100001 1001 1000100 101000

Color Harmonies of #AB3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3420

Black with #AB3420

Text Example


Text Example

White with #AB3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3420; }

 p { color: rgb(171,52,32); }

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

background-color css

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

 a { background-color: rgb(171,52,32); }

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

border-color css

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

 span { border-color: rgb(171,52,32); }

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