#927E4B

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

Shades of Clay Creek #927E4B

Tints of Clay Creek #927E4B

Color information

#927E4B (or 0x927E4B) is unknown color: approx Clay Creek. HEX triplet: 92, 7E and 4B. RGB value is (146,126,75). Sum of RGB (Red+Green+Blue) = 146+126+75=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 146 - color contains mainly: red. Hex color #927E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927E4B is #6D81B4. Grayscale: #7E7E7E. Windows color (decimal): -7176629 or 4947602. OLE color: 4947602.

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

Color convert

RGB14612675-
CMYK00.140.490.43
HSL43.1º32.13%43.33%-
HSV(B)43.1º48.63%57.25%-
XYZ20.5821.549.73-
YUV126.1799.13142.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.07%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=42.07%
G=36.31%
B=21.61%

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
Decimal1461267500.140.490.4343.132.1343.33
Hex927E4B0E312B2b202b
Octal2221761130166153534053
Binary100100101111110100101101110110001101011101011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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