#95854C

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

Shades of Clay Creek #95854C

Tints of Clay Creek #95854C

Color information

#95854C (or 0x95854C) is unknown color: approx Clay Creek. HEX triplet: 95, 85 and 4C. RGB value is (149,133,76). Sum of RGB (Red+Green+Blue) = 149+133+76=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95854C is #6A7AB3. Grayscale: #838383. Windows color (decimal): -6978228 or 5014933. OLE color: 5014933.

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

Color convert

RGB14913376-
CMYK00.110.490.42
HSL46.85º32.44%44.12%-
HSV(B)46.85º48.99%58.43%-
XYZ22.0923.6910.25-
YUV131.2996.8140.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 76 (30.08% from 255) = 21.23%
R=41.62%
G=37.15%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491337600.110.490.4246.8532.4444.12
Hex95854C0B312A2f202c
Octal2252051140136152574054
Binary1001010110000101100110001011110001101010101111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,133,76); }

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

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

 a { background-color: rgb(149,133,76); }

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

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

 span { border-color: rgb(149,133,76); }

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