#92814C

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

Shades of Clay Creek #92814C

Tints of Clay Creek #92814C

Color information

#92814C (or 0x92814C) is unknown color: approx Clay Creek. HEX triplet: 92, 81 and 4C. RGB value is (146,129,76). Sum of RGB (Red+Green+Blue) = 146+129+76=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #92814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92814C is #6D7EB3. Grayscale: #808080. Windows color (decimal): -7175860 or 5013906. OLE color: 5013906.

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

Color convert

RGB14612976-
CMYK00.120.480.43
HSL45.43º31.53%43.53%-
HSV(B)45.43º47.95%57.25%-
XYZ21.0122.3310.04-
YUV128.0498.63140.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.60%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=41.60%
G=36.75%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461297600.120.480.4345.4331.5343.53
Hex92814C0C302B2d202c
Octal2222011140146053554054
Binary1001001010000001100110001100110000101011101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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