#992E24

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

Shades of Brown #992E24

Tints of Brown #992E24

Color information

#992E24 (or 0x992E24) is unknown color: approx Brown. HEX triplet: 99, 2E and 24. RGB value is (153,46,36). Sum of RGB (Red+Green+Blue) = 153+46+36=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #992E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E24 is #66D1DB. Grayscale: #4C4C4C. Windows color (decimal): -6738396 or 2371225. OLE color: 2371225.

HSL color Cylindrical-coordinate representation of color #992E24: hue angle of 5.13º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992E24 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB1534636-
CMYK00.700.760.4
HSL5.13º61.9%37.06%-
HSV(B)5.13º76.47%60%-
XYZ14.438.852.62-
YUV76.85104.95182.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=65.11%
G=19.57%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153463600.700.760.45.1361.937.06
Hex992E240464C2853e25
Octal231564401061145057645
Binary10011001101110100100010001101001100101000101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992E24; }

 p { color: rgb(153,46,36); }

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

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

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

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

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

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

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