#95532C

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

Shades of Chelsea Gem #95532C

Tints of Chelsea Gem #95532C

Color information

#95532C (or 0x95532C) is unknown color: approx Chelsea Gem. HEX triplet: 95, 53 and 2C. RGB value is (149,83,44). Sum of RGB (Red+Green+Blue) = 149+83+44=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95532C is #6AACD3. Grayscale: #626262. Windows color (decimal): -6991060 or 2904981. OLE color: 2904981.

HSL color Cylindrical-coordinate representation of color #95532C: hue angle of 22.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95532C is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1498344-
CMYK00.440.700.42
HSL22.29º54.4%37.84%-
HSV(B)22.29º70.47%58.43%-
XYZ15.9412.764.01-
YUV98.2997.37164.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 44 (17.58% from 255) = 15.94%
R=53.99%
G=30.07%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149834400.440.700.4222.2954.437.84
Hex95532C02C462A163626
Octal2251235405410652266646
Binary1001010110100111011000101100100011010101010110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95532C; }

 p { color: rgb(149,83,44); }

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

<style>
 a { background-color: #95532C; }

 a { background-color: rgb(149,83,44); }

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

<style>
 span { border-color: #95532C; }

 span { border-color: rgb(149,83,44); }

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