#95844B

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

Shades of Clay Creek #95844B

Tints of Clay Creek #95844B

Color information

#95844B (or 0x95844B) is unknown color: approx Clay Creek. HEX triplet: 95, 84 and 4B. RGB value is (149,132,75). Sum of RGB (Red+Green+Blue) = 149+132+75=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95844B is #6A7BB4. Grayscale: #828282. Windows color (decimal): -6978485 or 4949141. OLE color: 4949141.

HSL color Cylindrical-coordinate representation of color #95844B: hue angle of 46.22º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95844B is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14913275-
CMYK00.110.500.42
HSL46.22º33.04%43.92%-
HSV(B)46.22º49.66%58.43%-
XYZ21.9223.410.02-
YUV130.5896.63141.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.85%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=41.85%
G=37.08%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491327500.110.500.4246.2233.0443.92
Hex95844B0B322A2e212c
Octal2252041130136252564154
Binary1001010110000100100101101011110010101010101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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