#975830

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

Shades of Chelsea Gem #975830

Tints of Chelsea Gem #975830

Color information

#975830 (or 0x975830) is unknown color: approx Chelsea Gem. HEX triplet: 97, 58 and 30. RGB value is (151,88,48). Sum of RGB (Red+Green+Blue) = 151+88+48=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #975830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975830 is #68A7CF. Grayscale: #666666. Windows color (decimal): -6858704 or 3168407. OLE color: 3168407.

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

Color convert

RGB1518848-
CMYK00.420.680.41
HSL23.3º51.76%39.02%-
HSV(B)23.3º68.21%59.22%-
XYZ16.7913.774.57-
YUV102.2897.37162.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 48 (19.14% from 255) = 16.72%
R=52.61%
G=30.66%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151884800.420.680.4123.351.7639.02
Hex97583002A4429173427
Octal2271306005210451276447
Binary1001011110110001100000101010100010010100110111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975830; }

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

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

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

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

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

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

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

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