#975430

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

Shades of Chelsea Gem #975430

Tints of Chelsea Gem #975430

Color information

#975430 (or 0x975430) is unknown color: approx Chelsea Gem. HEX triplet: 97, 54 and 30. RGB value is (151,84,48). Sum of RGB (Red+Green+Blue) = 151+84+48=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #975430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975430 is #68ABCF. Grayscale: #646464. Windows color (decimal): -6859728 or 3167383. OLE color: 3167383.

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

Color convert

RGB1518448-
CMYK00.440.680.41
HSL20.97º51.76%39.02%-
HSV(B)20.97º68.21%59.22%-
XYZ16.4713.134.46-
YUV99.9398.7164.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=53.36%
G=29.68%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151844800.440.680.4120.9751.7639.02
Hex97543002C4429153427
Octal2271246005410451256447
Binary1001011110101001100000101100100010010100110101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975430; }

 p { color: rgb(151,84,48); }

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

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

 a { background-color: rgb(151,84,48); }

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

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

 span { border-color: rgb(151,84,48); }

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