#975534

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

Shades of Chelsea Gem #975534

Tints of Chelsea Gem #975534

Color information

#975534 (or 0x975534) is unknown color: approx Chelsea Gem. HEX triplet: 97, 55 and 34. RGB value is (151,85,52). Sum of RGB (Red+Green+Blue) = 151+85+52=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #975534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975534 is #68AACB. Grayscale: #656565. Windows color (decimal): -6859468 or 3429783. OLE color: 3429783.

HSL color Cylindrical-coordinate representation of color #975534: hue angle of 20º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #975534 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1518552-
CMYK00.440.660.41
HSL20º48.77%39.8%-
HSV(B)20º65.56%59.22%-
XYZ16.6313.324.94-
YUV100.97100.37163.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.43%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=52.43%
G=29.51%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151855200.440.660.412048.7739.8
Hex97553402C4229143128
Octal2271256405410251246150
Binary1001011110101011101000101100100001010100110100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975534; }

 p { color: rgb(151,85,52); }

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

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

 a { background-color: rgb(151,85,52); }

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

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

 span { border-color: rgb(151,85,52); }

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