#95532F

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

Shades of Chelsea Gem #95532F

Tints of Chelsea Gem #95532F

Color information

#95532F (or 0x95532F) is unknown color: approx Chelsea Gem. HEX triplet: 95, 53 and 2F. RGB value is (149,83,47). Sum of RGB (Red+Green+Blue) = 149+83+47=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95532F is #6AACD0. Grayscale: #626262. Windows color (decimal): -6991057 or 3101589. OLE color: 3101589.

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

Color convert

RGB1498347-
CMYK00.440.680.42
HSL21.18º52.04%38.43%-
HSV(B)21.18º68.46%58.43%-
XYZ1612.784.31-
YUV98.6398.87163.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 47 (18.75% from 255) = 16.85%
R=53.41%
G=29.75%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149834700.440.680.4221.1852.0438.43
Hex95532F02C442A153426
Octal2251235705410452256446
Binary1001010110100111011110101100100010010101010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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