#92704C

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

Shades of Pale Brown #92704C

Tints of Pale Brown #92704C

Color information

#92704C (or 0x92704C) is unknown color: approx Pale Brown. HEX triplet: 92, 70 and 4C. RGB value is (146,112,76). Sum of RGB (Red+Green+Blue) = 146+112+76=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #92704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92704C is #6D8FB3. Grayscale: #767676. Windows color (decimal): -7180212 or 5009554. OLE color: 5009554.

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

Color convert

RGB14611276-
CMYK00.230.480.43
HSL30.86º31.53%43.53%-
HSV(B)30.86º47.95%57.25%-
XYZ18.9518.229.36-
YUV118.06104.26147.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=43.71%
G=33.53%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461127600.230.480.4330.8631.5343.53
Hex92704C017302B1f202c
Octal2221601140276053374054
Binary100100101110000100110001011111000010101111111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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