#91824D

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

Shades of Clay Creek #91824D

Tints of Clay Creek #91824D

Color information

#91824D (or 0x91824D) is unknown color: approx Clay Creek. HEX triplet: 91, 82 and 4D. RGB value is (145,130,77). Sum of RGB (Red+Green+Blue) = 145+130+77=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #91824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91824D is #6E7DB2. Grayscale: #808080. Windows color (decimal): -7241139 or 5079697. OLE color: 5079697.

HSL color Cylindrical-coordinate representation of color #91824D: hue angle of 46.76º 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 #91824D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB14513077-
CMYK00.100.470.43
HSL46.76º30.63%43.53%-
HSV(B)46.76º46.9%56.86%-
XYZ2122.5210.26-
YUV128.4498.97139.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=41.19%
G=36.93%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451307700.100.470.4346.7630.6343.53
Hex91824D0A2F2B2f1f2c
Octal2212021150125753573754
Binary100100011000001010011010101010111110101110111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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