#91582E

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

Shades of Chelsea Gem #91582E

Tints of Chelsea Gem #91582E

Color information

#91582E (or 0x91582E) is unknown color: approx Chelsea Gem. HEX triplet: 91, 58 and 2E. RGB value is (145,88,46). Sum of RGB (Red+Green+Blue) = 145+88+46=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #91582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91582E is #6EA7D1. Grayscale: #646464. Windows color (decimal): -7251922 or 3037329. OLE color: 3037329.

HSL color Cylindrical-coordinate representation of color #91582E: hue angle of 25.45º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91582E is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB1458846-
CMYK00.390.680.43
HSL25.45º51.83%37.45%-
HSV(B)25.45º68.28%56.86%-
XYZ15.6613.24.31-
YUV100.2697.38159.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.97%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=51.97%
G=31.54%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145884600.390.680.4325.4551.8337.45
Hex91582E027442B193425
Octal2211305604710453316445
Binary1001000110110001011100100111100010010101111001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91582E; }

 p { color: rgb(145,88,46); }

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

<style>
 a { background-color: #91582E; }

 a { background-color: rgb(145,88,46); }

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

<style>
 span { border-color: #91582E; }

 span { border-color: rgb(145,88,46); }

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