#908454

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

Shades of Clay Creek #908454

Tints of Clay Creek #908454

Color information

#908454 (or 0x908454) is unknown color: approx Clay Creek. HEX triplet: 90, 84 and 54. RGB value is (144,132,84). Sum of RGB (Red+Green+Blue) = 144+132+84=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #908454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908454 is #6F7BAB. Grayscale: #828282. Windows color (decimal): -7306156 or 5538960. OLE color: 5538960.

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

Color convert

RGB14413284-
CMYK00.080.420.44
HSL48º26.32%44.71%-
HSV(B)48º41.67%56.47%-
XYZ21.3523.0711.72-
YUV130.12101.98137.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=40%
G=36.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441328400.080.420.444826.3244.71
Hex908454082A2C301a2d
Octal2202041240105254603255
Binary100100001000010010101000100010101010110011000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908454; }

 p { color: rgb(144,132,84); }

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

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

 a { background-color: rgb(144,132,84); }

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

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

 span { border-color: rgb(144,132,84); }

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