#975434

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

Shades of Chelsea Gem #975434

Tints of Chelsea Gem #975434

Color information

#975434 (or 0x975434) is unknown color: approx Chelsea Gem. HEX triplet: 97, 54 and 34. RGB value is (151,84,52). Sum of RGB (Red+Green+Blue) = 151+84+52=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #975434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975434 is #68ABCB. Grayscale: #646464. Windows color (decimal): -6859724 or 3429527. OLE color: 3429527.

HSL color Cylindrical-coordinate representation of color #975434: hue angle of 19.39º 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 #975434 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1518452-
CMYK00.440.660.41
HSL19.39º48.77%39.8%-
HSV(B)19.39º65.56%59.22%-
XYZ16.5513.174.92-
YUV100.38100.7164.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=52.61%
G=29.27%
B=18.12%

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
Decimal151845200.440.660.4119.3948.7739.8
Hex97543402C4229133128
Octal2271246405410251236150
Binary1001011110101001101000101100100001010100110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975434; }

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

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

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

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

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

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

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

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