#95542D

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

Shades of Chelsea Gem #95542D

Tints of Chelsea Gem #95542D

Color information

#95542D (or 0x95542D) is unknown color: approx Chelsea Gem. HEX triplet: 95, 54 and 2D. RGB value is (149,84,45). Sum of RGB (Red+Green+Blue) = 149+84+45=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95542D is #6AABD2. Grayscale: #636363. Windows color (decimal): -6990803 or 2970773. OLE color: 2970773.

HSL color Cylindrical-coordinate representation of color #95542D: hue angle of 22.5º 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 #95542D is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB1498445-
CMYK00.440.700.42
HSL22.5º53.61%38.04%-
HSV(B)22.5º69.8%58.43%-
XYZ16.0412.924.13-
YUV98.9997.53163.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 45 (17.97% from 255) = 16.19%
R=53.60%
G=30.22%
B=16.19%

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
Decimal149844500.440.700.4222.553.6138.04
Hex95542D02C462A163626
Octal2251245505410652266646
Binary1001010110101001011010101100100011010101010110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95542D; }

 p { color: rgb(149,84,45); }

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

<style>
 a { background-color: #95542D; }

 a { background-color: rgb(149,84,45); }

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

<style>
 span { border-color: #95542D; }

 span { border-color: rgb(149,84,45); }

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