Html Css Color HEX #975233 Chelsea Gem

📋 copy color: '#975233'

red 151 ◦ green 82 ◦ blue 51

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

Shades of Chelsea Gem #975233

Tints of Chelsea Gem #975233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

 BLUE value IS 51 (20.31% from 255) = 17.96%

R = 53.17%
G = 28.87%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#975233 (or 0x975233) is known color: Chelsea Gem. HEX triplet: 97, 52 and 33. RGB value is (151,82,51). Sum of RGB (Red+Green+Blue) = 151+82+51=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #975233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975233 is #68ADCC. Grayscale: #636363. Windows color (decimal): -6860237 or 3363479. OLE color: 3363479.

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

Color convert

RGB 151 82 51 -
CMYK 0 0.46 0.66 0.41
HSL 18.6º 0.5% 0.4% -
HSV(B) 18.6º 0.66% 0.59% -
XYZ 16.38 12.85 4.75 -
YUV 99.1 100.86 165.02 -
System Red Green Blue C M Y K H S L
Decimal 151 82 51 0 0.46 0.66 0.41 18.6 0.5 0.4
Hex 97 52 33 0 2E 42 29 13 32 28
Octal 227 122 63 0 56 102 51 23 62 50
Binary 10010111 1010010 110011 0 101110 1000010 101001 10011 110010 101000

Color Harmonies of #975233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975233

Black with #975233

Text Example


Text Example

White with #975233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975233; }

 p { color: rgb(151,82,51); }

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

background-color css

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

 a { background-color: rgb(151,82,51); }

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

border-color css

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

 span { border-color: rgb(151,82,51); }

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