#955230

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

Shades of Chelsea Gem #955230

Tints of Chelsea Gem #955230

Color information

#955230 (or 0x955230) is unknown color: approx Chelsea Gem. HEX triplet: 95, 52 and 30. RGB value is (149,82,48). Sum of RGB (Red+Green+Blue) = 149+82+48=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955230 is #6AADCF. Grayscale: #626262. Windows color (decimal): -6991312 or 3166869. OLE color: 3166869.

HSL color Cylindrical-coordinate representation of color #955230: hue angle of 20.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #955230 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1498248-
CMYK00.450.680.42
HSL20.2º51.27%38.63%-
HSV(B)20.2º67.79%58.43%-
XYZ15.9512.644.4-
YUV98.1699.7164.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.41%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=53.41%
G=29.39%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149824800.450.680.4220.251.2738.63
Hex95523002D442A143327
Octal2251226005510452246347
Binary1001010110100101100000101101100010010101010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955230; }

 p { color: rgb(149,82,48); }

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

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

 a { background-color: rgb(149,82,48); }

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

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

 span { border-color: rgb(149,82,48); }

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