#93814B

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

Shades of Clay Creek #93814B

Tints of Clay Creek #93814B

Color information

#93814B (or 0x93814B) is unknown color: approx Clay Creek. HEX triplet: 93, 81 and 4B. RGB value is (147,129,75). Sum of RGB (Red+Green+Blue) = 147+129+75=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93814B is #6C7EB4. Grayscale: #808080. Windows color (decimal): -7110325 or 4948371. OLE color: 4948371.

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

Color convert

RGB14712975-
CMYK00.120.490.42
HSL45º32.43%43.53%-
HSV(B)45º48.98%57.65%-
XYZ21.1522.419.87-
YUV128.2397.96141.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=41.88%
G=36.75%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471297500.120.490.424532.4343.53
Hex93814B0C312A2d202c
Octal2232011130146152554054
Binary1001001110000001100101101100110001101010101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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