Html Css Color HEX #965232 Chelsea Gem

📋 copy color: '#965232'

red 150 ◦ green 82 ◦ blue 50

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

Shades of Chelsea Gem #965232

Tints of Chelsea Gem #965232

RGB

 RED value IS 150 (58.98% from 255) = 53.19%

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

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

R = 53.19%
G = 29.08%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#965232 (or 0x965232) is known color: Chelsea Gem. HEX triplet: 96, 52 and 32. RGB value is (150,82,50). Sum of RGB (Red+Green+Blue) = 150+82+50=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965232 is #69ADCD. Grayscale: #626262. Windows color (decimal): -6925774 or 3297942. OLE color: 3297942.

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

Color convert

RGB 150 82 50 -
CMYK 0 0.45 0.67 0.41
HSL 19.2º 0.5% 0.39% -
HSV(B) 19.2º 0.67% 0.59% -
XYZ 16.17 12.75 4.63 -
YUV 98.68 100.53 164.6 -
System Red Green Blue C M Y K H S L
Decimal 150 82 50 0 0.45 0.67 0.41 19.2 0.5 0.39
Hex 96 52 32 0 2D 43 29 13 32 27
Octal 226 122 62 0 55 103 51 23 62 47
Binary 10010110 1010010 110010 0 101101 1000011 101001 10011 110010 100111

Color Harmonies of #965232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965232

Black with #965232

Text Example


Text Example

White with #965232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965232; }

 p { color: rgb(150,82,50); }

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

background-color css

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

 a { background-color: rgb(150,82,50); }

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

border-color css

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

 span { border-color: rgb(150,82,50); }

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