#95844E

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

Shades of Clay Creek #95844E

Tints of Clay Creek #95844E

Color information

#95844E (or 0x95844E) is unknown color: approx Clay Creek. HEX triplet: 95, 84 and 4E. RGB value is (149,132,78). Sum of RGB (Red+Green+Blue) = 149+132+78=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95844E is #6A7BB1. Grayscale: #838383. Windows color (decimal): -6978482 or 5145749. OLE color: 5145749.

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

Color convert

RGB14913278-
CMYK00.110.480.42
HSL45.63º31.28%44.51%-
HSV(B)45.63º47.65%58.43%-
XYZ22.0223.4410.57-
YUV130.9398.13140.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=41.50%
G=36.77%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491327800.110.480.4245.6331.2844.51
Hex95844E0B302A2e1f2d
Octal2252041160136052563755
Binary100101011000010010011100101111000010101010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95844E; }

 p { color: rgb(149,132,78); }

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

<style>
 a { background-color: #95844E; }

 a { background-color: rgb(149,132,78); }

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

<style>
 span { border-color: #95844E; }

 span { border-color: rgb(149,132,78); }

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