#95834B

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

Shades of Clay Creek #95834B

Tints of Clay Creek #95834B

Color information

#95834B (or 0x95834B) is unknown color: approx Clay Creek. HEX triplet: 95, 83 and 4B. RGB value is (149,131,75). Sum of RGB (Red+Green+Blue) = 149+131+75=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95834B is #6A7CB4. Grayscale: #828282. Windows color (decimal): -6978741 or 4948885. OLE color: 4948885.

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

Color convert

RGB14913175-
CMYK00.120.500.42
HSL45.41º33.04%43.92%-
HSV(B)45.41º49.66%58.43%-
XYZ21.7823.139.97-
YUV13096.96141.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 75 (29.69% from 255) = 21.13%
R=41.97%
G=36.90%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491317500.120.500.4245.4133.0443.92
Hex95834B0C322A2d212c
Octal2252031130146252554154
Binary1001010110000011100101101100110010101010101101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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