#91704B

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

Shades of Pale Brown #91704B

Tints of Pale Brown #91704B

Color information

#91704B (or 0x91704B) is unknown color: approx Pale Brown. HEX triplet: 91, 70 and 4B. RGB value is (145,112,75). Sum of RGB (Red+Green+Blue) = 145+112+75=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #91704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91704B is #6E8FB4. Grayscale: #757575. Windows color (decimal): -7245749 or 4944017. OLE color: 4944017.

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

Color convert

RGB14511275-
CMYK00.230.480.43
HSL31.71º31.82%43.14%-
HSV(B)31.71º48.28%56.86%-
XYZ18.7418.129.17-
YUV117.65103.93147.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.67%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 75 (29.69% from 255) = 22.59%
R=43.67%
G=33.73%
B=22.59%

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
Decimal1451127500.230.480.4331.7131.8243.14
Hex91704B017302B20202b
Octal2211601130276053404053
Binary1001000111100001001011010111110000101011100000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,112,75); }

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

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

 a { background-color: rgb(145,112,75); }

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

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

 span { border-color: rgb(145,112,75); }

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