#992929

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

Shades of Brown #992929

Tints of Brown #992929

Color information

#992929 (or 0x992929) is unknown color: approx Brown. HEX triplet: 99, 29 and 29. RGB value is (153,41,41). Sum of RGB (Red+Green+Blue) = 153+41+41=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992929 is #66D6D6. Grayscale: #4A4A4A. Windows color (decimal): -6739671 or 2697625. OLE color: 2697625.

HSL color Cylindrical-coordinate representation of color #992929: hue angle of 0º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992929 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1534141-
CMYK00.730.730.4
HSL57.73%38.04%-
HSV(B)73.2%60%-
XYZ14.338.522.99-
YUV74.49109.11184-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=65.11%
G=17.45%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153414100.730.730.4057.7338.04
Hex992929049492803a26
Octal231515101111115007246
Binary100110011010011010010100100110010011010000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992929; }

 p { color: rgb(153,41,41); }

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

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

 a { background-color: rgb(153,41,41); }

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

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

 span { border-color: rgb(153,41,41); }

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