#95834E

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

Shades of Clay Creek #95834E

Tints of Clay Creek #95834E

Color information

#95834E (or 0x95834E) is unknown color: approx Clay Creek. HEX triplet: 95, 83 and 4E. RGB value is (149,131,78). Sum of RGB (Red+Green+Blue) = 149+131+78=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95834E is #6A7CB1. Grayscale: #828282. Windows color (decimal): -6978738 or 5145493. OLE color: 5145493.

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

Color convert

RGB14913178-
CMYK00.120.480.42
HSL44.79º31.28%44.51%-
HSV(B)44.79º47.65%58.43%-
XYZ21.8923.1710.53-
YUV130.3498.46141.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 78 (30.86% from 255) = 21.79%
R=41.62%
G=36.59%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491317800.120.480.4244.7931.2844.51
Hex95834E0C302A2d1f2d
Octal2252031160146052553755
Binary100101011000001110011100110011000010101010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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