#93835A

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

Shades of Clay Creek #93835A

Tints of Clay Creek #93835A

Color information

#93835A (or 0x93835A) is unknown color: approx Clay Creek. HEX triplet: 93, 83 and 5A. RGB value is (147,131,90). Sum of RGB (Red+Green+Blue) = 147+131+90=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #93835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93835A is #6C7CA5. Grayscale: #838383. Windows color (decimal): -7109798 or 5931923. OLE color: 5931923.

HSL color Cylindrical-coordinate representation of color #93835A: hue angle of 43.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93835A is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14713190-
CMYK00.110.390.42
HSL43.16º24.05%46.47%-
HSV(B)43.16º38.78%57.65%-
XYZ21.9923.1712.99-
YUV131.11104.8139.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=39.95%
G=35.60%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471319000.110.390.4243.1624.0546.47
Hex93835A0B272A2b182e
Octal2232031320134752533056
Binary100100111000001110110100101110011110101010101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93835A; }

 p { color: rgb(147,131,90); }

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

<style>
 a { background-color: #93835A; }

 a { background-color: rgb(147,131,90); }

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

<style>
 span { border-color: #93835A; }

 span { border-color: rgb(147,131,90); }

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