Html Css Color HEX #975334 Chelsea Gem

📋 copy color: '#975334'

red 151 ◦ green 83 ◦ blue 52

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

Shades of Chelsea Gem #975334

Tints of Chelsea Gem #975334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 52.8%
G = 29.02%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#975334 (or 0x975334) is known color: Chelsea Gem. HEX triplet: 97, 53 and 34. RGB value is (151,83,52). Sum of RGB (Red+Green+Blue) = 151+83+52=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #975334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975334 is #68ACCB. Grayscale: #636363. Windows color (decimal): -6859980 or 3429271. OLE color: 3429271.

HSL color Cylindrical-coordinate representation of color #975334: hue angle of 18.79º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #975334 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 83 52 -
CMYK 0 0.45 0.66 0.41
HSL 18.79º 0.49% 0.4% -
HSV(B) 18.79º 0.66% 0.59% -
XYZ 16.48 13.01 4.89 -
YUV 99.8 101.03 164.52 -
System Red Green Blue C M Y K H S L
Decimal 151 83 52 0 0.45 0.66 0.41 18.79 0.49 0.4
Hex 97 53 34 0 2D 42 29 13 31 28
Octal 227 123 64 0 55 102 51 23 61 50
Binary 10010111 1010011 110100 0 101101 1000010 101001 10011 110001 101000

Color Harmonies of #975334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975334

Black with #975334

Text Example


Text Example

White with #975334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975334; }

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

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

background-color css

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

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

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

border-color css

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

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

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