#93824B

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

Shades of Clay Creek #93824B

Tints of Clay Creek #93824B

Color information

#93824B (or 0x93824B) is unknown color: approx Clay Creek. HEX triplet: 93, 82 and 4B. RGB value is (147,130,75). Sum of RGB (Red+Green+Blue) = 147+130+75=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93824B is #6C7DB4. Grayscale: #818181. Windows color (decimal): -7110069 or 4948627. OLE color: 4948627.

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

Color convert

RGB14713075-
CMYK00.120.490.42
HSL45.83º32.43%43.53%-
HSV(B)45.83º48.98%57.65%-
XYZ21.2922.689.91-
YUV128.8197.63140.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=41.76%
G=36.93%
B=21.31%

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
Decimal1471307500.120.490.4245.8332.4343.53
Hex93824B0C312A2e202c
Octal2232021130146152564054
Binary1001001110000010100101101100110001101010101110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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