#92825B

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

Shades of Clay Creek #92825B

Tints of Clay Creek #92825B

Color information

#92825B (or 0x92825B) is unknown color: approx Clay Creek. HEX triplet: 92, 82 and 5B. RGB value is (146,130,91). Sum of RGB (Red+Green+Blue) = 146+130+91=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #92825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92825B is #6D7DA4. Grayscale: #828282. Windows color (decimal): -7175589 or 5997202. OLE color: 5997202.

HSL color Cylindrical-coordinate representation of color #92825B: hue angle of 42.55º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92825B is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14613091-
CMYK00.110.380.43
HSL42.55º23.21%46.47%-
HSV(B)42.55º37.67%57.25%-
XYZ21.7322.8313.16-
YUV130.34105.8139.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 130 (51.17% from 255) = 35.42%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=39.78%
G=35.42%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461309100.110.380.4342.5523.2146.47
Hex92825B0B262B2b172e
Octal2222021330134653532756
Binary100100101000001010110110101110011010101110101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,130,91); }

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

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

 a { background-color: rgb(146,130,91); }

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

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

 span { border-color: rgb(146,130,91); }

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