#917F48

Color #917F48 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #917F48

Tints of Clay Creek #917F48

Color information

#917F48 (or 0x917F48) is unknown color: approx Clay Creek. HEX triplet: 91, 7F and 48. RGB value is (145,127,72). Sum of RGB (Red+Green+Blue) = 145+127+72=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #917F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F48 is #6E80B7. Grayscale: #7E7E7E. Windows color (decimal): -7241912 or 4751249. OLE color: 4751249.

HSL color Cylindrical-coordinate representation of color #917F48: hue angle of 45.21º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917F48 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB14512772-
CMYK00.120.500.43
HSL45.21º33.64%42.55%-
HSV(B)45.21º50.34%56.86%-
XYZ20.4421.679.24-
YUV126.1197.46141.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=42.15%
G=36.92%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451277200.120.500.4345.2133.6442.55
Hex917F480C322B2d222b
Octal2211771100146253554253
Binary100100011111111100100001100110010101011101101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917F48; }

 p { color: rgb(145,127,72); }

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

<style>
 a { background-color: #917F48; }

 a { background-color: rgb(145,127,72); }

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

<style>
 span { border-color: #917F48; }

 span { border-color: rgb(145,127,72); }

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