#90804A

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

Shades of Clay Creek #90804A

Tints of Clay Creek #90804A

Color information

#90804A (or 0x90804A) is unknown color: approx Clay Creek. HEX triplet: 90, 80 and 4A. RGB value is (144,128,74). Sum of RGB (Red+Green+Blue) = 144+128+74=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #90804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90804A is #6F7FB5. Grayscale: #7E7E7E. Windows color (decimal): -7307190 or 4882576. OLE color: 4882576.

HSL color Cylindrical-coordinate representation of color #90804A: hue angle of 46.29º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90804A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB14412874-
CMYK00.110.490.44
HSL46.29º32.11%42.75%-
HSV(B)46.29º48.61%56.47%-
XYZ20.4621.869.62-
YUV126.6398.3140.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.62%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=41.62%
G=36.99%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441287400.110.490.4446.2932.1142.75
Hex90804A0B312C2e202b
Octal2202001120136154564053
Binary1001000010000000100101001011110001101100101110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,128,74); }

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

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

 a { background-color: rgb(144,128,74); }

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

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

 span { border-color: rgb(144,128,74); }

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