#93804B

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

Shades of Clay Creek #93804B

Tints of Clay Creek #93804B

Color information

#93804B (or 0x93804B) is unknown color: approx Clay Creek. HEX triplet: 93, 80 and 4B. RGB value is (147,128,75). Sum of RGB (Red+Green+Blue) = 147+128+75=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #93804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93804B is #6C7FB4. Grayscale: #7F7F7F. Windows color (decimal): -7110581 or 4948115. OLE color: 4948115.

HSL color Cylindrical-coordinate representation of color #93804B: hue angle of 44.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #93804B is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14712875-
CMYK00.130.490.42
HSL44.17º32.43%43.53%-
HSV(B)44.17º48.98%57.65%-
XYZ21.0222.159.82-
YUV127.6498.29141.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=42%
G=36.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471287500.130.490.4244.1732.4343.53
Hex93804B0D312A2c202c
Octal2232001130156152544054
Binary1001001110000000100101101101110001101010101100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93804B; }

 p { color: rgb(147,128,75); }

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

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

 a { background-color: rgb(147,128,75); }

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

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

 span { border-color: rgb(147,128,75); }

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