Html Css Color HEX #975330 Chelsea Gem

📋 copy color: '#975330'

red 151 ◦ green 83 ◦ blue 48

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

Shades of Chelsea Gem #975330

Tints of Chelsea Gem #975330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

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

R = 53.55%
G = 29.43%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#975330 (or 0x975330) is known color: Chelsea Gem. HEX triplet: 97, 53 and 30. RGB value is (151,83,48). Sum of RGB (Red+Green+Blue) = 151+83+48=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #975330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975330 is #68ACCF. Grayscale: #636363. Windows color (decimal): -6859984 or 3167127. OLE color: 3167127.

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

Color convert

RGB 151 83 48 -
CMYK 0 0.45 0.68 0.41
HSL 20.39º 0.52% 0.39% -
HSV(B) 20.39º 0.68% 0.59% -
XYZ 16.39 12.98 4.44 -
YUV 99.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 151 83 48 0 0.45 0.68 0.41 20.39 0.52 0.39
Hex 97 53 30 0 2D 44 29 14 34 27
Octal 227 123 60 0 55 104 51 24 64 47
Binary 10010111 1010011 110000 0 101101 1000100 101001 10100 110100 100111

Color Harmonies of #975330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975330

Black with #975330

Text Example


Text Example

White with #975330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975330; }

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

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

background-color css

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

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

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

border-color css

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

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

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