#93884F

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

Shades of Clay Creek #93884F

Tints of Clay Creek #93884F

Color information

#93884F (or 0x93884F) is unknown color: approx Clay Creek. HEX triplet: 93, 88 and 4F. RGB value is (147,136,79). Sum of RGB (Red+Green+Blue) = 147+136+79=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #93884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93884F is #6C77B0. Grayscale: #858585. Windows color (decimal): -7108529 or 5212307. OLE color: 5212307.

HSL color Cylindrical-coordinate representation of color #93884F: hue angle of 50.29º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93884F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14713679-
CMYK00.070.460.42
HSL50.29º30.09%44.31%-
HSV(B)50.29º46.26%57.65%-
XYZ22.2524.3810.93-
YUV132.7997.64138.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=40.61%
G=37.57%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471367900.070.460.4250.2930.0944.31
Hex93884F072E2A321e2c
Octal223210117075652623654
Binary10010011100010001001111011110111010101011001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,136,79); }

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

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

 a { background-color: rgb(147,136,79); }

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

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

 span { border-color: rgb(147,136,79); }

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