#91764A

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

Shades of Pale Brown #91764A

Tints of Pale Brown #91764A

Color information

#91764A (or 0x91764A) is unknown color: approx Pale Brown. HEX triplet: 91, 76 and 4A. RGB value is (145,118,74). Sum of RGB (Red+Green+Blue) = 145+118+74=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #91764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91764A is #6E89B5. Grayscale: #797979. Windows color (decimal): -7244214 or 4880017. OLE color: 4880017.

HSL color Cylindrical-coordinate representation of color #91764A: hue angle of 37.18º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91764A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB14511874-
CMYK00.190.490.43
HSL37.18º32.42%42.94%-
HSV(B)37.18º48.97%56.86%-
XYZ19.3919.479.21-
YUV121.06101.45145.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=43.03%
G=35.01%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451187400.190.490.4337.1832.4242.94
Hex91764A013312B25202b
Octal2211661120236153454053
Binary1001000111101101001010010011110001101011100101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91764A; }

 p { color: rgb(145,118,74); }

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

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

 a { background-color: rgb(145,118,74); }

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

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

 span { border-color: rgb(145,118,74); }

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