#91814B

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

Shades of Clay Creek #91814B

Tints of Clay Creek #91814B

Color information

#91814B (or 0x91814B) is unknown color: approx Clay Creek. HEX triplet: 91, 81 and 4B. RGB value is (145,129,75). Sum of RGB (Red+Green+Blue) = 145+129+75=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #91814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91814B is #6E7EB4. Grayscale: #7F7F7F. Windows color (decimal): -7241397 or 4948369. OLE color: 4948369.

HSL color Cylindrical-coordinate representation of color #91814B: hue angle of 46.29º degrees, saturation: 0.32, 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 #91814B is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB14512975-
CMYK00.110.480.43
HSL46.29º31.82%43.14%-
HSV(B)46.29º48.28%56.86%-
XYZ20.822.239.85-
YUV127.6398.3140.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=41.55%
G=36.96%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451297500.110.480.4346.2931.8243.14
Hex91814B0B302B2e202b
Octal2212011130136053564053
Binary1001000110000001100101101011110000101011101110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,129,75); }

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

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

 a { background-color: rgb(145,129,75); }

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

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

 span { border-color: rgb(145,129,75); }

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