#91844D

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

Shades of Clay Creek #91844D

Tints of Clay Creek #91844D

Color information

#91844D (or 0x91844D) is unknown color: approx Clay Creek. HEX triplet: 91, 84 and 4D. RGB value is (145,132,77). Sum of RGB (Red+Green+Blue) = 145+132+77=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #91844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91844D is #6E7BB2. Grayscale: #818181. Windows color (decimal): -7240627 or 5080209. OLE color: 5080209.

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

Color convert

RGB14513277-
CMYK00.090.470.43
HSL48.53º30.63%43.53%-
HSV(B)48.53º46.9%56.86%-
XYZ21.2723.0610.35-
YUV129.6298.31138.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.96%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 77 (30.47% from 255) = 21.75%
R=40.96%
G=37.29%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451327700.090.470.4348.5330.6343.53
Hex91844D092F2B311f2c
Octal2212041150115753613754
Binary100100011000010010011010100110111110101111000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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