#93844B

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

Shades of Clay Creek #93844B

Tints of Clay Creek #93844B

Color information

#93844B (or 0x93844B) is unknown color: approx Clay Creek. HEX triplet: 93, 84 and 4B. RGB value is (147,132,75). Sum of RGB (Red+Green+Blue) = 147+132+75=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93844B is #6C7BB4. Grayscale: #828282. Windows color (decimal): -7109557 or 4949139. OLE color: 4949139.

HSL color Cylindrical-coordinate representation of color #93844B: hue angle of 47.5º 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 #93844B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14713275-
CMYK00.100.490.42
HSL47.5º32.43%43.53%-
HSV(B)47.5º48.98%57.65%-
XYZ21.5523.2110-
YUV129.9996.97140.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=41.53%
G=37.29%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471327500.100.490.4247.532.4343.53
Hex93844B0A312A30202c
Octal2232041130126152604054
Binary1001001110000100100101101010110001101010110000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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