#91834B

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

Shades of Clay Creek #91834B

Tints of Clay Creek #91834B

Color information

#91834B (or 0x91834B) is unknown color: approx Clay Creek. HEX triplet: 91, 83 and 4B. RGB value is (145,131,75). Sum of RGB (Red+Green+Blue) = 145+131+75=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #91834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91834B is #6E7CB4. Grayscale: #818181. Windows color (decimal): -7240885 or 4948881. OLE color: 4948881.

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

Color convert

RGB14513175-
CMYK00.100.480.43
HSL48º31.82%43.14%-
HSV(B)48º48.28%56.86%-
XYZ21.0622.769.94-
YUV128.897.64139.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.31%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=41.31%
G=37.32%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451317500.100.480.434831.8243.14
Hex91834B0A302B30202b
Octal2212031130126053604053
Binary1001000110000011100101101010110000101011110000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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