#95884F

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

Shades of Clay Creek #95884F

Tints of Clay Creek #95884F

Color information

#95884F (or 0x95884F) is unknown color: approx Clay Creek. HEX triplet: 95, 88 and 4F. RGB value is (149,136,79). Sum of RGB (Red+Green+Blue) = 149+136+79=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95884F is #6A77B0. Grayscale: #858585. Windows color (decimal): -6977457 or 5212309. OLE color: 5212309.

HSL color Cylindrical-coordinate representation of color #95884F: hue angle of 48.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95884F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14913679-
CMYK00.090.470.42
HSL48.86º30.7%44.71%-
HSV(B)48.86º46.98%58.43%-
XYZ22.6124.5610.95-
YUV133.3997.31139.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 79 (31.25% from 255) = 21.70%
R=40.93%
G=37.36%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491367900.090.470.4248.8630.744.71
Hex95884F092F2A311f2d
Octal2252101170115752613755
Binary100101011000100010011110100110111110101011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95884F; }

 p { color: rgb(149,136,79); }

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

<style>
 a { background-color: #95884F; }

 a { background-color: rgb(149,136,79); }

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

<style>
 span { border-color: #95884F; }

 span { border-color: rgb(149,136,79); }

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