#94835A

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

Shades of Clay Creek #94835A

Tints of Clay Creek #94835A

Color information

#94835A (or 0x94835A) is unknown color: approx Clay Creek. HEX triplet: 94, 83 and 5A. RGB value is (148,131,90). Sum of RGB (Red+Green+Blue) = 148+131+90=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #94835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94835A is #6B7CA5. Grayscale: #838383. Windows color (decimal): -7044262 or 5931924. OLE color: 5931924.

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

Color convert

RGB14813190-
CMYK00.110.390.42
HSL42.41º24.37%46.67%-
HSV(B)42.41º39.19%58.04%-
XYZ22.1723.2713-
YUV131.41104.63139.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=40.11%
G=35.50%
B=24.39%

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
Decimal1481319000.110.390.4242.4124.3746.67
Hex94835A0B272A2a182f
Octal2242031320134752523057
Binary100101001000001110110100101110011110101010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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