#91834F

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

Shades of Clay Creek #91834F

Tints of Clay Creek #91834F

Color information

#91834F (or 0x91834F) is unknown color: approx Clay Creek. HEX triplet: 91, 83 and 4F. RGB value is (145,131,79). Sum of RGB (Red+Green+Blue) = 145+131+79=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #91834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91834F is #6E7CB0. Grayscale: #818181. Windows color (decimal): -7240881 or 5211025. OLE color: 5211025.

HSL color Cylindrical-coordinate representation of color #91834F: hue angle of 47.27º degrees, saturation: 0.29, 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 #91834F is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB14513179-
CMYK00.100.460.43
HSL47.27º29.46%43.92%-
HSV(B)47.27º45.52%56.86%-
XYZ21.222.8210.68-
YUV129.2699.64139.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.85%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=40.85%
G=36.90%
B=22.25%

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
Decimal1451317900.100.460.4347.2729.4643.92
Hex91834F0A2E2B2f1d2c
Octal2212031170125653573554
Binary100100011000001110011110101010111010101110111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91834F; }

 p { color: rgb(145,131,79); }

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

<style>
 a { background-color: #91834F; }

 a { background-color: rgb(145,131,79); }

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

<style>
 span { border-color: #91834F; }

 span { border-color: rgb(145,131,79); }

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