#92775C

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

Shades of Pale Brown #92775C

Tints of Pale Brown #92775C

Color information

#92775C (or 0x92775C) is unknown color: approx Pale Brown. HEX triplet: 92, 77 and 5C. RGB value is (146,119,92). Sum of RGB (Red+Green+Blue) = 146+119+92=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #92775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92775C is #6D88A3. Grayscale: #7C7C7C. Windows color (decimal): -7178404 or 6059922. OLE color: 6059922.

HSL color Cylindrical-coordinate representation of color #92775C: hue angle of 30º 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 #92775C is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14611992-
CMYK00.180.370.43
HSL30º22.69%46.67%-
HSV(B)30º36.99%57.25%-
XYZ20.3820.0812.93-
YUV123.99109.95143.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=40.90%
G=33.33%
B=25.77%

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
Decimal1461199200.180.370.433022.6946.67
Hex92775C012252B1e172f
Octal2221671340224553362757
Binary10010010111011110111000100101001011010111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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