Html Css Color HEX #AB351F Brown

📋 copy color: '#AB351F'

red 171 ◦ green 53 ◦ blue 31

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

Shades of Brown #AB351F

Tints of Brown #AB351F

RGB

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

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

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

R = 67.06%
G = 20.78%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB351F (or 0xAB351F) is known color: Brown. HEX triplet: AB, 35 and 1F. RGB value is (171,53,31). Sum of RGB (Red+Green+Blue) = 171+53+31=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB351F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB351F is #54CAE0. Grayscale: #555555. Windows color (decimal): -5556961 or 2045355. OLE color: 2045355.

HSL color Cylindrical-coordinate representation of color #AB351F: hue angle of 9.43º 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 #AB351F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 31 -
CMYK 0 0.69 0.82 0.33
HSL 9.43º 0.69% 0.4% -
HSV(B) 9.43º 0.82% 0.67% -
XYZ 18.32 11.3 2.51 -
YUV 85.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 171 53 31 0 0.69 0.82 0.33 9.43 0.69 0.4
Hex AB 35 1F 0 45 52 21 9 45 28
Octal 253 65 37 0 105 122 41 11 105 50
Binary 10101011 110101 11111 0 1000101 1010010 100001 1001 1000101 101000

Color Harmonies of #AB351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB351F

Black with #AB351F

Text Example


Text Example

White with #AB351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB351F; }

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

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

background-color css

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

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

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

border-color css

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

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

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