#A92F1B

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

Shades of Brown #A92F1B

Tints of Brown #A92F1B

Color information

#A92F1B (or 0xA92F1B) is unknown color: approx Brown. HEX triplet: A9, 2F and 1B. RGB value is (169,47,27). Sum of RGB (Red+Green+Blue) = 169+47+27=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92F1B is #56D0E4. Grayscale: #515151. Windows color (decimal): -5689573 or 1781673. OLE color: 1781673.

HSL color Cylindrical-coordinate representation of color #A92F1B: hue angle of 8.45º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A92F1B is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB1694727-
CMYK00.720.840.34
HSL8.45º72.45%38.43%-
HSV(B)8.45º84.02%66.27%-
XYZ17.5810.552.15-
YUV81.297.42190.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.55%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=69.55%
G=19.34%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169472700.720.840.348.4572.4538.43
HexA92F1B048542284826
Octal25157330110124421011046
Binary101010011011111101101001000101010010001010001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92F1B; }

 p { color: rgb(169,47,27); }

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

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

 a { background-color: rgb(169,47,27); }

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

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

 span { border-color: rgb(169,47,27); }

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