#91824E

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

Shades of Clay Creek #91824E

Tints of Clay Creek #91824E

Color information

#91824E (or 0x91824E) is unknown color: approx Clay Creek. HEX triplet: 91, 82 and 4E. RGB value is (145,130,78). Sum of RGB (Red+Green+Blue) = 145+130+78=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #91824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91824E is #6E7DB1. Grayscale: #808080. Windows color (decimal): -7241138 or 5145233. OLE color: 5145233.

HSL color Cylindrical-coordinate representation of color #91824E: hue angle of 46.57º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #91824E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14513078-
CMYK00.100.460.43
HSL46.57º30.04%43.73%-
HSV(B)46.57º46.21%56.86%-
XYZ21.0322.5410.45-
YUV128.5699.47139.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=41.08%
G=36.83%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451307800.100.460.4346.5730.0443.73
Hex91824E0A2E2B2f1e2c
Octal2212021160125653573654
Binary100100011000001010011100101010111010101110111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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