#92814A

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

Shades of Clay Creek #92814A

Tints of Clay Creek #92814A

Color information

#92814A (or 0x92814A) is unknown color: approx Clay Creek. HEX triplet: 92, 81 and 4A. RGB value is (146,129,74). Sum of RGB (Red+Green+Blue) = 146+129+74=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #92814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92814A is #6D7EB5. Grayscale: #808080. Windows color (decimal): -7175862 or 4882834. OLE color: 4882834.

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

Color convert

RGB14612974-
CMYK00.120.490.43
HSL45.83º32.73%43.14%-
HSV(B)45.83º49.32%57.25%-
XYZ20.9422.319.68-
YUV127.8197.63140.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=41.83%
G=36.96%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461297400.120.490.4345.8332.7343.14
Hex92814A0C312B2e212b
Octal2222011120146153564153
Binary1001001010000001100101001100110001101011101110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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