#93874D

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

Shades of Clay Creek #93874D

Tints of Clay Creek #93874D

Color information

#93874D (or 0x93874D) is unknown color: approx Clay Creek. HEX triplet: 93, 87 and 4D. RGB value is (147,135,77). Sum of RGB (Red+Green+Blue) = 147+135+77=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93874D is #6C78B2. Grayscale: #848484. Windows color (decimal): -7108787 or 5080979. OLE color: 5080979.

HSL color Cylindrical-coordinate representation of color #93874D: hue angle of 49.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93874D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14713577-
CMYK00.080.480.42
HSL49.71º31.25%43.92%-
HSV(B)49.71º47.62%57.65%-
XYZ22.0424.0710.51-
YUV131.9896.98138.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 135 (53.12% from 255) = 37.60%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=40.95%
G=37.60%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471357700.080.480.4249.7131.2543.92
Hex93874D08302A321f2c
Octal2232071150106052623754
Binary100100111000011110011010100011000010101011001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93874D; }

 p { color: rgb(147,135,77); }

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

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

 a { background-color: rgb(147,135,77); }

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

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

 span { border-color: rgb(147,135,77); }

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