#91714F

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

Shades of Pale Brown #91714F

Tints of Pale Brown #91714F

Color information

#91714F (or 0x91714F) is unknown color: approx Pale Brown. HEX triplet: 91, 71 and 4F. RGB value is (145,113,79). Sum of RGB (Red+Green+Blue) = 145+113+79=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #91714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91714F is #6E8EB0. Grayscale: #767676. Windows color (decimal): -7245489 or 5206417. OLE color: 5206417.

HSL color Cylindrical-coordinate representation of color #91714F: hue angle of 30.91º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91714F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14511379-
CMYK00.220.460.43
HSL30.91º29.46%43.92%-
HSV(B)30.91º45.52%56.86%-
XYZ18.9918.399.95-
YUV118.69105.6146.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 79 (31.25% from 255) = 23.44%
R=43.03%
G=33.53%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451137900.220.460.4330.9129.4643.92
Hex91714F0162E2B1f1d2c
Octal2211611170265653373554
Binary10010001111000110011110101101011101010111111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91714F; }

 p { color: rgb(145,113,79); }

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

<style>
 a { background-color: #91714F; }

 a { background-color: rgb(145,113,79); }

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

<style>
 span { border-color: #91714F; }

 span { border-color: rgb(145,113,79); }

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