#95834D

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

Shades of Clay Creek #95834D

Tints of Clay Creek #95834D

Color information

#95834D (or 0x95834D) is unknown color: approx Clay Creek. HEX triplet: 95, 83 and 4D. RGB value is (149,131,77). Sum of RGB (Red+Green+Blue) = 149+131+77=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95834D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95834D is #6A7CB2. Grayscale: #828282. Windows color (decimal): -6978739 or 5079957. OLE color: 5079957.

HSL color Cylindrical-coordinate representation of color #95834D: hue angle of 45º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95834D is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14913177-
CMYK00.120.480.42
HSL45º31.86%44.31%-
HSV(B)45º48.32%58.43%-
XYZ21.8523.1610.34-
YUV130.2397.96141.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.74%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 77 (30.47% from 255) = 21.57%
R=41.74%
G=36.69%
B=21.57%

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
Decimal1491317700.120.480.424531.8644.31
Hex95834D0C302A2d202c
Octal2252031150146052554054
Binary1001010110000011100110101100110000101010101101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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