#927852

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

Shades of Pale Brown #927852

Tints of Pale Brown #927852

Color information

#927852 (or 0x927852) is unknown color: approx Pale Brown. HEX triplet: 92, 78 and 52. RGB value is (146,120,82). Sum of RGB (Red+Green+Blue) = 146+120+82=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #927852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927852 is #6D87AD. Grayscale: #7B7B7B. Windows color (decimal): -7178158 or 5404818. OLE color: 5404818.

HSL color Cylindrical-coordinate representation of color #927852: hue angle of 35.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927852 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14612082-
CMYK00.180.440.43
HSL35.62º28.07%44.71%-
HSV(B)35.62º43.84%57.25%-
XYZ20.0920.1510.81-
YUV123.44104.61144.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=41.95%
G=34.48%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461208200.180.440.4335.6228.0744.71
Hex9278520122C2B241c2d
Octal2221701220225453443455
Binary100100101111000101001001001010110010101110010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927852; }

 p { color: rgb(146,120,82); }

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

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

 a { background-color: rgb(146,120,82); }

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

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

 span { border-color: rgb(146,120,82); }

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