Html Css Color HEX #AB342F Brown

📋 copy color: '#AB342F'

red 171 ◦ green 52 ◦ blue 47

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

Shades of Brown #AB342F

Tints of Brown #AB342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 63.33%
G = 19.26%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB342F (or 0xAB342F) is known color: Brown. HEX triplet: AB, 34 and 2F. RGB value is (171,52,47). Sum of RGB (Red+Green+Blue) = 171+52+47=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB342F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB342F is #54CBD0. Grayscale: #575757. Windows color (decimal): -5557201 or 3093675. OLE color: 3093675.

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

Color convert

RGB 171 52 47 -
CMYK 0 0.70 0.73 0.33
HSL 2.42º 0.57% 0.43% -
HSV(B) 2.42º 0.73% 0.67% -
XYZ 18.54 11.32 3.9 -
YUV 87.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 171 52 47 0 0.70 0.73 0.33 2.42 0.57 0.43
Hex AB 34 2F 0 46 49 21 2 39 2B
Octal 253 64 57 0 106 111 41 2 71 53
Binary 10101011 110100 101111 0 1000110 1001001 100001 10 111001 101011

Color Harmonies of #AB342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB342F

Black with #AB342F

Text Example


Text Example

White with #AB342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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