#AB361E

Color #AB361E Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #AB361E

Tints of Brown #AB361E

Color information

#AB361E (or 0xAB361E) is unknown color: approx Brown. HEX triplet: AB, 36 and 1E. RGB value is (171,54,30). Sum of RGB (Red+Green+Blue) = 171+54+30=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB361E is #54C9E1. Grayscale: #565656. Windows color (decimal): -5556706 or 1980075. OLE color: 1980075.

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

Color convert

RGB1715430-
CMYK00.680.820.33
HSL10.21º70.15%39.41%-
HSV(B)10.21º82.46%67.06%-
XYZ18.3511.392.46-
YUV86.2596.26188.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.06%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=67.06%
G=21.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171543000.680.820.3310.2170.1539.41
HexAB361E0445221a4627
Octal25366360104122411210647
Binary101010111101101111001000100101001010000110101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB361E; }

 p { color: rgb(171,54,30); }

 H1.HeaderClassName
 {
   color: #AB361E;
 }
 .AnyTagClassName
 {
   color: #AB361E;
 }
</style>
background-color css

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

 a { background-color: rgb(171,54,30); }

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

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

 span { border-color: rgb(171,54,30); }

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