#938454

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

Shades of Clay Creek #938454

Tints of Clay Creek #938454

Color information

#938454 (or 0x938454) is unknown color: approx Clay Creek. HEX triplet: 93, 84 and 54. RGB value is (147,132,84). Sum of RGB (Red+Green+Blue) = 147+132+84=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #938454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938454 is #6C7BAB. Grayscale: #838383. Windows color (decimal): -7109548 or 5538963. OLE color: 5538963.

HSL color Cylindrical-coordinate representation of color #938454: hue angle of 45.71º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #938454 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14713284-
CMYK00.100.430.42
HSL45.71º27.27%45.29%-
HSV(B)45.71º42.86%57.65%-
XYZ21.8823.3511.74-
YUV131.01101.47139.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 132 (51.95% from 255) = 36.36%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=40.50%
G=36.36%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471328400.100.430.4245.7127.2745.29
Hex9384540A2B2A2e1b2d
Octal2232041240125352563355
Binary100100111000010010101000101010101110101010111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938454; }

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

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

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

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

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

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

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

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