#91844C

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

Shades of Clay Creek #91844C

Tints of Clay Creek #91844C

Color information

#91844C (or 0x91844C) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 4C. RGB value is (145,132,76). Sum of RGB (Red+Green+Blue) = 145+132+76=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91844C is #6E7BB3. Grayscale: #818181. Windows color (decimal): -7240628 or 5014673. OLE color: 5014673.

HSL color Cylindrical-coordinate representation of color #91844C: hue angle of 48.7º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91844C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB14513276-
CMYK00.090.480.43
HSL48.7º31.22%43.33%-
HSV(B)48.7º47.59%56.86%-
XYZ21.2323.0410.17-
YUV129.597.81139.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=41.08%
G=37.39%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451327600.090.480.4348.731.2243.33
Hex91844C09302B311f2b
Octal2212041140116053613753
Binary100100011000010010011000100111000010101111000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91844C; }

 p { color: rgb(145,132,76); }

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

<style>
 a { background-color: #91844C; }

 a { background-color: rgb(145,132,76); }

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

<style>
 span { border-color: #91844C; }

 span { border-color: rgb(145,132,76); }

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