#992A27

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

Shades of Brown #992A27

Tints of Brown #992A27

Color information

#992A27 (or 0x992A27) is unknown color: approx Brown. HEX triplet: 99, 2A and 27. RGB value is (153,42,39). Sum of RGB (Red+Green+Blue) = 153+42+39=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #992A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A27 is #66D5D8. Grayscale: #4A4A4A. Windows color (decimal): -6739417 or 2566809. OLE color: 2566809.

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

Color convert

RGB1534239-
CMYK00.730.750.4
HSL1.58º59.38%37.65%-
HSV(B)1.58º74.51%60%-
XYZ14.338.572.82-
YUV74.85107.77183.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=65.38%
G=17.95%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153423900.730.750.41.5859.3837.65
Hex992A270494B2823b26
Octal231524701111135027346
Binary1001100110101010011101001001100101110100010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,42,39); }

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

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

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

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

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

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

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