#927052

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

Shades of Pale Brown #927052

Tints of Pale Brown #927052

Color information

#927052 (or 0x927052) is unknown color: approx Pale Brown. HEX triplet: 92, 70 and 52. RGB value is (146,112,82). Sum of RGB (Red+Green+Blue) = 146+112+82=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #927052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927052 is #6D8FAD. Grayscale: #767676. Windows color (decimal): -7180206 or 5402770. OLE color: 5402770.

HSL color Cylindrical-coordinate representation of color #927052: hue angle of 28.12º 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 #927052 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB14611282-
CMYK00.230.440.43
HSL28.12º28.07%44.71%-
HSV(B)28.12º43.84%57.25%-
XYZ19.1718.3110.51-
YUV118.75107.26147.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=42.94%
G=32.94%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461128200.230.440.4328.1228.0744.71
Hex9270520172C2B1c1c2d
Octal2221601220275453343455
Binary10010010111000010100100101111011001010111110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927052; }

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

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

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

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

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

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

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

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