#93824D

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

Shades of Clay Creek #93824D

Tints of Clay Creek #93824D

Color information

#93824D (or 0x93824D) is unknown color: approx Clay Creek. HEX triplet: 93, 82 and 4D. RGB value is (147,130,77). Sum of RGB (Red+Green+Blue) = 147+130+77=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93824D is #6C7DB2. Grayscale: #818181. Windows color (decimal): -7110067 or 5079699. OLE color: 5079699.

HSL color Cylindrical-coordinate representation of color #93824D: hue angle of 45.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93824D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14713077-
CMYK00.120.480.42
HSL45.43º31.25%43.92%-
HSV(B)45.43º47.62%57.65%-
XYZ21.3522.710.28-
YUV129.0498.63140.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=41.53%
G=36.72%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471307700.120.480.4245.4331.2543.92
Hex93824D0C302A2d1f2c
Octal2232021150146052553754
Binary100100111000001010011010110011000010101010110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93824D; }

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

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

<style>
 a { background-color: #93824D; }

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

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

<style>
 span { border-color: #93824D; }

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

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