#90854F

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

Shades of Clay Creek #90854F

Tints of Clay Creek #90854F

Color information

#90854F (or 0x90854F) is unknown color: approx Clay Creek. HEX triplet: 90, 85 and 4F. RGB value is (144,133,79). Sum of RGB (Red+Green+Blue) = 144+133+79=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 144 - color contains mainly: red. Hex color #90854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90854F is #6F7AB0. Grayscale: #828282. Windows color (decimal): -7305905 or 5211536. OLE color: 5211536.

HSL color Cylindrical-coordinate representation of color #90854F: hue angle of 49.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90854F is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB14413379-
CMYK00.080.450.44
HSL49.85º29.15%43.73%-
HSV(B)49.85º45.14%56.47%-
XYZ21.323.2710.77-
YUV130.1399.14137.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.45%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=40.45%
G=37.36%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441337900.080.450.4449.8529.1543.73
Hex90854F082D2C321d2c
Octal2202051170105554623554
Binary100100001000010110011110100010110110110011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90854F; }

 p { color: rgb(144,133,79); }

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

<style>
 a { background-color: #90854F; }

 a { background-color: rgb(144,133,79); }

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

<style>
 span { border-color: #90854F; }

 span { border-color: rgb(144,133,79); }

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