Html Css Color HEX #975130 Chelsea Gem

📋 copy color: '#975130'

red 151 ◦ green 81 ◦ blue 48

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

Shades of Chelsea Gem #975130

Tints of Chelsea Gem #975130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.14%

R = 53.93%
G = 28.93%
B = 17.14%

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

#975130 (or 0x975130) is known color: Chelsea Gem. HEX triplet: 97, 51 and 30. RGB value is (151,81,48). Sum of RGB (Red+Green+Blue) = 151+81+48=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #975130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975130 is #68AECF. Grayscale: #626262. Windows color (decimal): -6860496 or 3166615. OLE color: 3166615.

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

Color convert

RGB 151 81 48 -
CMYK 0 0.46 0.68 0.41
HSL 19.22º 0.52% 0.39% -
HSV(B) 19.22º 0.68% 0.59% -
XYZ 16.24 12.68 4.39 -
YUV 98.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 151 81 48 0 0.46 0.68 0.41 19.22 0.52 0.39
Hex 97 51 30 0 2E 44 29 13 34 27
Octal 227 121 60 0 56 104 51 23 64 47
Binary 10010111 1010001 110000 0 101110 1000100 101001 10011 110100 100111

Color Harmonies of #975130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975130

Black with #975130

Text Example


Text Example

White with #975130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975130; }

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

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

background-color css

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

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

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

border-color css

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

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

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