#92785C

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

Shades of Pale Brown #92785C

Tints of Pale Brown #92785C

Color information

#92785C (or 0x92785C) is unknown color: approx Pale Brown. HEX triplet: 92, 78 and 5C. RGB value is (146,120,92). Sum of RGB (Red+Green+Blue) = 146+120+92=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92785C is #6D87A3. Grayscale: #7C7C7C. Windows color (decimal): -7178148 or 6060178. OLE color: 6060178.

HSL color Cylindrical-coordinate representation of color #92785C: hue angle of 31.11º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92785C is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14612092-
CMYK00.180.370.43
HSL31.11º22.69%46.67%-
HSV(B)31.11º36.99%57.25%-
XYZ20.520.3212.97-
YUV124.58109.61143.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=40.78%
G=33.52%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461209200.180.370.4331.1122.6946.67
Hex92785C012252B1f172f
Octal2221701340224553372757
Binary10010010111100010111000100101001011010111111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92785C; }

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

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

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

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

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

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

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

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