#92814D

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

Shades of Clay Creek #92814D

Tints of Clay Creek #92814D

Color information

#92814D (or 0x92814D) is unknown color: approx Clay Creek. HEX triplet: 92, 81 and 4D. RGB value is (146,129,77). Sum of RGB (Red+Green+Blue) = 146+129+77=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92814D is #6D7EB2. Grayscale: #808080. Windows color (decimal): -7175859 or 5079442. OLE color: 5079442.

HSL color Cylindrical-coordinate representation of color #92814D: hue angle of 45.22º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92814D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14612977-
CMYK00.120.470.43
HSL45.22º30.94%43.73%-
HSV(B)45.22º47.26%57.25%-
XYZ21.0422.3510.23-
YUV128.1699.13140.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=41.48%
G=36.65%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461297700.120.470.4345.2230.9443.73
Hex92814D0C2F2B2d1f2c
Octal2222011150145753553754
Binary100100101000000110011010110010111110101110110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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