#927245

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

Shades of Pale Brown #927245

Tints of Pale Brown #927245

Color information

#927245 (or 0x927245) is unknown color: approx Pale Brown. HEX triplet: 92, 72 and 45. RGB value is (146,114,69). Sum of RGB (Red+Green+Blue) = 146+114+69=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #927245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927245 is #6D8DBA. Grayscale: #767676. Windows color (decimal): -7179707 or 4551314. OLE color: 4551314.

HSL color Cylindrical-coordinate representation of color #927245: hue angle of 35.06º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #927245 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB14611469-
CMYK00.220.530.43
HSL35.06º35.81%42.16%-
HSV(B)35.06º52.74%57.25%-
XYZ18.9518.588.22-
YUV118.44100.1147.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=44.38%
G=34.65%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461146900.220.530.4335.0635.8142.16
Hex927245016352B23242a
Octal2221621050266553434452
Binary1001001011100101000101010110110101101011100011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927245; }

 p { color: rgb(146,114,69); }

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

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

 a { background-color: rgb(146,114,69); }

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

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

 span { border-color: rgb(146,114,69); }

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