#93825A

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

Shades of Clay Creek #93825A

Tints of Clay Creek #93825A

Color information

#93825A (or 0x93825A) is unknown color: approx Clay Creek. HEX triplet: 93, 82 and 5A. RGB value is (147,130,90). Sum of RGB (Red+Green+Blue) = 147+130+90=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93825A is #6C7DA5. Grayscale: #828282. Windows color (decimal): -7110054 or 5931667. OLE color: 5931667.

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

Color convert

RGB14713090-
CMYK00.120.390.42
HSL42.11º24.05%46.47%-
HSV(B)42.11º38.78%57.65%-
XYZ21.8622.9112.94-
YUV130.52105.13139.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=40.05%
G=35.42%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471309000.120.390.4242.1124.0546.47
Hex93825A0C272A2a182e
Octal2232021320144752523056
Binary100100111000001010110100110010011110101010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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