#92824E

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

Shades of Clay Creek #92824E

Tints of Clay Creek #92824E

Color information

#92824E (or 0x92824E) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 4E. RGB value is (146,130,78). Sum of RGB (Red+Green+Blue) = 146+130+78=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #92824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92824E is #6D7DB1. Grayscale: #818181. Windows color (decimal): -7175602 or 5145234. OLE color: 5145234.

HSL color Cylindrical-coordinate representation of color #92824E: hue angle of 45.88º degrees, saturation: 0.3, 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 #92824E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14613078-
CMYK00.110.470.43
HSL45.88º30.36%43.92%-
HSV(B)45.88º46.58%57.25%-
XYZ21.2122.6310.46-
YUV128.8699.3140.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=41.24%
G=36.72%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461307800.110.470.4345.8830.3643.92
Hex92824E0B2F2B2e1e2c
Octal2222021160135753563654
Binary100100101000001010011100101110111110101110111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92824E; }

 p { color: rgb(146,130,78); }

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

<style>
 a { background-color: #92824E; }

 a { background-color: rgb(146,130,78); }

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

<style>
 span { border-color: #92824E; }

 span { border-color: rgb(146,130,78); }

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