#92582B

Color #92582B Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #92582B

Tints of Chelsea Gem #92582B

Color information

#92582B (or 0x92582B) is unknown color: approx Chelsea Gem. HEX triplet: 92, 58 and 2B. RGB value is (146,88,43). Sum of RGB (Red+Green+Blue) = 146+88+43=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92582B is #6DA7D4. Grayscale: #646464. Windows color (decimal): -7186389 or 2840722. OLE color: 2840722.

HSL color Cylindrical-coordinate representation of color #92582B: hue angle of 26.21º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92582B is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1468843-
CMYK00.400.710.43
HSL26.21º54.5%37.06%-
HSV(B)26.21º70.55%57.25%-
XYZ15.7813.264.01-
YUV100.2195.72160.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 43 (17.19% from 255) = 15.52%
R=52.71%
G=31.77%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146884300.400.710.4326.2154.537.06
Hex92582B028472B1a3625
Octal2221305305010753326645
Binary1001001010110001010110101000100011110101111010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,88,43); }

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

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

 a { background-color: rgb(146,88,43); }

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

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

 span { border-color: rgb(146,88,43); }

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