#92854C

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

Shades of Clay Creek #92854C

Tints of Clay Creek #92854C

Color information

#92854C (or 0x92854C) is unknown color: approx Clay Creek. HEX triplet: 92, 85 and 4C. RGB value is (146,133,76). Sum of RGB (Red+Green+Blue) = 146+133+76=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92854C is #6D7AB3. Grayscale: #828282. Windows color (decimal): -7174836 or 5014930. OLE color: 5014930.

HSL color Cylindrical-coordinate representation of color #92854C: hue angle of 48.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92854C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB14613376-
CMYK00.090.480.43
HSL48.86º31.53%43.53%-
HSV(B)48.86º47.95%57.25%-
XYZ21.5523.4110.22-
YUV130.3997.31139.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 76 (30.08% from 255) = 21.41%
R=41.13%
G=37.46%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461337600.090.480.4348.8631.5343.53
Hex92854C09302B31202c
Octal2222051140116053614054
Binary1001001010000101100110001001110000101011110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92854C; }

 p { color: rgb(146,133,76); }

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

<style>
 a { background-color: #92854C; }

 a { background-color: rgb(146,133,76); }

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

<style>
 span { border-color: #92854C; }

 span { border-color: rgb(146,133,76); }

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