Html Css Color HEX #975132 Chelsea Gem

📋 copy color: '#975132'

red 151 ◦ green 81 ◦ blue 50

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

Shades of Chelsea Gem #975132

Tints of Chelsea Gem #975132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 53.55%
G = 28.72%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#975132 (or 0x975132) is known color: Chelsea Gem. HEX triplet: 97, 51 and 32. RGB value is (151,81,50). Sum of RGB (Red+Green+Blue) = 151+81+50=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #975132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975132 is #68AECD. Grayscale: #626262. Windows color (decimal): -6860494 or 3297687. OLE color: 3297687.

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

Color convert

RGB 151 81 50 -
CMYK 0 0.46 0.67 0.41
HSL 18.42º 0.5% 0.39% -
HSV(B) 18.42º 0.67% 0.59% -
XYZ 16.28 12.69 4.61 -
YUV 98.4 100.69 165.52 -
System Red Green Blue C M Y K H S L
Decimal 151 81 50 0 0.46 0.67 0.41 18.42 0.5 0.39
Hex 97 51 32 0 2E 43 29 12 32 27
Octal 227 121 62 0 56 103 51 22 62 47
Binary 10010111 1010001 110010 0 101110 1000011 101001 10010 110010 100111

Color Harmonies of #975132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975132

Black with #975132

Text Example


Text Example

White with #975132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975132; }

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

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

background-color css

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

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

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

border-color css

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

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

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