#95824E

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

Shades of Clay Creek #95824E

Tints of Clay Creek #95824E

Color information

#95824E (or 0x95824E) is unknown color: approx Clay Creek. HEX triplet: 95, 82 and 4E. RGB value is (149,130,78). Sum of RGB (Red+Green+Blue) = 149+130+78=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95824E is #6A7DB1. Grayscale: #818181. Windows color (decimal): -6978994 or 5145237. OLE color: 5145237.

HSL color Cylindrical-coordinate representation of color #95824E: hue angle of 43.94º 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 #95824E is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14913078-
CMYK00.130.480.42
HSL43.94º31.28%44.51%-
HSV(B)43.94º47.65%58.43%-
XYZ21.7522.910.48-
YUV129.7598.79141.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=41.74%
G=36.41%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491307800.130.480.4243.9431.2844.51
Hex95824E0D302A2c1f2d
Octal2252021160156052543755
Binary100101011000001010011100110111000010101010110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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