#917B4A

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

Shades of Clay Creek #917B4A

Tints of Clay Creek #917B4A

Color information

#917B4A (or 0x917B4A) is unknown color: approx Clay Creek. HEX triplet: 91, 7B and 4A. RGB value is (145,123,74). Sum of RGB (Red+Green+Blue) = 145+123+74=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 145 - color contains mainly: red. Hex color #917B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B4A is #6E84B5. Grayscale: #7C7C7C. Windows color (decimal): -7242934 or 4881297. OLE color: 4881297.

HSL color Cylindrical-coordinate representation of color #917B4A: hue angle of 41.41º 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 #917B4A is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB14512374-
CMYK00.150.490.43
HSL41.41º32.42%42.94%-
HSV(B)41.41º48.97%56.86%-
XYZ2020.689.42-
YUV123.9999.79142.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.40%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=42.40%
G=35.96%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451237400.150.490.4341.4132.4242.94
Hex917B4A0F312B29202b
Octal2211731120176153514053
Binary100100011111011100101001111110001101011101001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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