#93825C

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

Shades of Clay Creek #93825C

Tints of Clay Creek #93825C

Color information

#93825C (or 0x93825C) is unknown color: approx Clay Creek. HEX triplet: 93, 82 and 5C. RGB value is (147,130,92). Sum of RGB (Red+Green+Blue) = 147+130+92=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #93825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93825C is #6C7DA3. Grayscale: #828282. Windows color (decimal): -7110052 or 6062739. OLE color: 6062739.

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

Color convert

RGB14713092-
CMYK00.120.370.42
HSL41.45º23.01%46.86%-
HSV(B)41.45º37.41%57.65%-
XYZ21.9522.9413.4-
YUV130.75106.13139.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 92 (36.33% from 255) = 24.93%
R=39.84%
G=35.23%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471309200.120.370.4241.4523.0146.86
Hex93825C0C252A29172f
Octal2232021340144552512757
Binary100100111000001010111000110010010110101010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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