Html Css Color HEX #975131 Chelsea Gem

📋 copy color: '#975131'

red 151 ◦ green 81 ◦ blue 49

#975131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #975131

Tints of Chelsea Gem #975131

RGB

 RED value IS 151 (59.38% from 255) = 53.74%

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 53.74%
G = 28.83%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#975131 (or 0x975131) is known color: Chelsea Gem. HEX triplet: 97, 51 and 31. RGB value is (151,81,49). Sum of RGB (Red+Green+Blue) = 151+81+49=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #975131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975131 is #68AECE. Grayscale: #626262. Windows color (decimal): -6860495 or 3232151. OLE color: 3232151.

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

Color convert

RGB 151 81 49 -
CMYK 0 0.46 0.68 0.41
HSL 18.82º 0.51% 0.39% -
HSV(B) 18.82º 0.68% 0.59% -
XYZ 16.26 12.69 4.5 -
YUV 98.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 151 81 49 0 0.46 0.68 0.41 18.82 0.51 0.39
Hex 97 51 31 0 2E 44 29 13 33 27
Octal 227 121 61 0 56 104 51 23 63 47
Binary 10010111 1010001 110001 0 101110 1000100 101001 10011 110011 100111

Color Harmonies of #975131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975131

Black with #975131

Text Example


Text Example

White with #975131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975131; }

 p { color: rgb(151,81,49); }

 H1.HeaderClassName
 {
   color: #975131;
 }
 .AnyTagClassName
 {
   color: #975131;
 }
</style>

background-color css

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

 a { background-color: rgb(151,81,49); }

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

border-color css

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

 span { border-color: rgb(151,81,49); }

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