#93815B

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

Shades of Clay Creek #93815B

Tints of Clay Creek #93815B

Color information

#93815B (or 0x93815B) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 5B. RGB value is (147,129,91). Sum of RGB (Red+Green+Blue) = 147+129+91=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93815B is #6C7EA4. Grayscale: #828282. Windows color (decimal): -7110309 or 5996947. OLE color: 5996947.

HSL color Cylindrical-coordinate representation of color #93815B: hue angle of 40.71º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93815B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14712991-
CMYK00.120.380.42
HSL40.71º23.53%46.67%-
HSV(B)40.71º38.1%57.65%-
XYZ21.7722.6613.12-
YUV130.05105.96140.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=40.05%
G=35.15%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471299100.120.380.4240.7123.5346.67
Hex93815B0C262A29182f
Octal2232011330144652513057
Binary100100111000000110110110110010011010101010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,129,91); }

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

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

 a { background-color: rgb(147,129,91); }

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

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

 span { border-color: rgb(147,129,91); }

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