Html Css Color HEX #965732 Chelsea Gem

📋 copy color: '#965732'

red 150 ◦ green 87 ◦ blue 50

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

Shades of Chelsea Gem #965732

Tints of Chelsea Gem #965732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 52.26%
G = 30.31%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#965732 (or 0x965732) is known color: Chelsea Gem. HEX triplet: 96, 57 and 32. RGB value is (150,87,50). Sum of RGB (Red+Green+Blue) = 150+87+50=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #965732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965732 is #69A8CD. Grayscale: #656565. Windows color (decimal): -6924494 or 3299222. OLE color: 3299222.

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

Color convert

RGB 150 87 50 -
CMYK 0 0.42 0.67 0.41
HSL 22.2º 0.5% 0.39% -
HSV(B) 22.2º 0.67% 0.59% -
XYZ 16.56 13.53 4.76 -
YUV 101.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 150 87 50 0 0.42 0.67 0.41 22.2 0.5 0.39
Hex 96 57 32 0 2A 43 29 16 32 27
Octal 226 127 62 0 52 103 51 26 62 47
Binary 10010110 1010111 110010 0 101010 1000011 101001 10110 110010 100111

Color Harmonies of #965732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965732

Black with #965732

Text Example


Text Example

White with #965732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965732; }

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

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

background-color css

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

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

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

border-color css

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

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

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