#917C4B

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

Shades of Clay Creek #917C4B

Tints of Clay Creek #917C4B

Color information

#917C4B (or 0x917C4B) is unknown color: approx Clay Creek. HEX triplet: 91, 7C and 4B. RGB value is (145,124,75). Sum of RGB (Red+Green+Blue) = 145+124+75=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #917C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917C4B is #6E83B4. Grayscale: #7C7C7C. Windows color (decimal): -7242677 or 4947089. OLE color: 4947089.

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

Color convert

RGB14512475-
CMYK00.140.480.43
HSL42º31.82%43.14%-
HSV(B)42º48.28%56.86%-
XYZ20.1520.949.64-
YUV124.6999.96142.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.15%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=42.15%
G=36.05%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451247500.140.480.434231.8243.14
Hex917C4B0E302B2a202b
Octal2211741130166053524053
Binary100100011111100100101101110110000101011101010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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