Html Css Color HEX #AB341F Brown

📋 copy color: '#AB341F'

red 171 ◦ green 52 ◦ blue 31

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

Shades of Brown #AB341F

Tints of Brown #AB341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.2%

R = 67.32%
G = 20.47%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB341F (or 0xAB341F) is known color: Brown. HEX triplet: AB, 34 and 1F. RGB value is (171,52,31). Sum of RGB (Red+Green+Blue) = 171+52+31=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB341F is #54CBE0. Grayscale: #555555. Windows color (decimal): -5557217 or 2045099. OLE color: 2045099.

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

Color convert

RGB 171 52 31 -
CMYK 0 0.70 0.82 0.33
HSL 0.69% 0.4% -
HSV(B) 0.82% 0.67% -
XYZ 18.27 11.21 2.5 -
YUV 85.19 97.42 189.21 -
System Red Green Blue C M Y K H S L
Decimal 171 52 31 0 0.70 0.82 0.33 9 0.69 0.4
Hex AB 34 1F 0 46 52 21 9 45 28
Octal 253 64 37 0 106 122 41 11 105 50
Binary 10101011 110100 11111 0 1000110 1010010 100001 1001 1000101 101000

Color Harmonies of #AB341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB341F

Black with #AB341F

Text Example


Text Example

White with #AB341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB341F; }

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

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

background-color css

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

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

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

border-color css

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

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

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