#927D4B

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

Shades of Clay Creek #927D4B

Tints of Clay Creek #927D4B

Color information

#927D4B (or 0x927D4B) is unknown color: approx Clay Creek. HEX triplet: 92, 7D and 4B. RGB value is (146,125,75). Sum of RGB (Red+Green+Blue) = 146+125+75=346 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.20% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 146 - color contains mainly: red. Hex color #927D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927D4B is #6D82B4. Grayscale: #7D7D7D. Windows color (decimal): -7176885 or 4947346. OLE color: 4947346.

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

Color convert

RGB14612575-
CMYK00.140.490.43
HSL42.25º32.13%43.33%-
HSV(B)42.25º48.63%57.25%-
XYZ20.4621.299.69-
YUV125.5899.46142.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.20%
GREEN value IS 125 (49.22% from 255) = 36.13%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=42.20%
G=36.13%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461257500.140.490.4342.2532.1343.33
Hex927D4B0E312B2a202b
Octal2221751130166153524053
Binary100100101111101100101101110110001101011101010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927D4B; }

 p { color: rgb(146,125,75); }

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

<style>
 a { background-color: #927D4B; }

 a { background-color: rgb(146,125,75); }

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

<style>
 span { border-color: #927D4B; }

 span { border-color: rgb(146,125,75); }

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