#95874D

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

Shades of Clay Creek #95874D

Tints of Clay Creek #95874D

Color information

#95874D (or 0x95874D) is unknown color: approx Clay Creek. HEX triplet: 95, 87 and 4D. RGB value is (149,135,77). Sum of RGB (Red+Green+Blue) = 149+135+77=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95874D is #6A78B2. Grayscale: #848484. Windows color (decimal): -6977715 or 5080981. OLE color: 5080981.

HSL color Cylindrical-coordinate representation of color #95874D: hue angle of 48.33º degrees, saturation: 0.32, 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 #95874D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14913577-
CMYK00.090.480.42
HSL48.33º31.86%44.31%-
HSV(B)48.33º48.32%58.43%-
XYZ22.424.2510.52-
YUV132.5796.64139.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=41.27%
G=37.40%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491357700.090.480.4248.3331.8644.31
Hex95874D09302A30202c
Octal2252071150116052604054
Binary1001010110000111100110101001110000101010110000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,135,77); }

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

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

 a { background-color: rgb(149,135,77); }

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

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

 span { border-color: rgb(149,135,77); }

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