#92785B

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

Shades of Pale Brown #92785B

Tints of Pale Brown #92785B

Color information

#92785B (or 0x92785B) is unknown color: approx Pale Brown. HEX triplet: 92, 78 and 5B. RGB value is (146,120,91). Sum of RGB (Red+Green+Blue) = 146+120+91=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92785B is #6D87A4. Grayscale: #7C7C7C. Windows color (decimal): -7178149 or 5994642. OLE color: 5994642.

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

Color convert

RGB14612091-
CMYK00.180.380.43
HSL31.64º23.21%46.47%-
HSV(B)31.64º37.67%57.25%-
XYZ20.4620.312.74-
YUV124.47109.11143.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=40.90%
G=33.61%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461209100.180.380.4331.6423.2146.47
Hex92785B012262B20172e
Octal2221701330224653402756
Binary100100101111000101101101001010011010101110000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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