Html Css Color HEX #965231 Chelsea Gem

📋 copy color: '#965231'

red 150 ◦ green 82 ◦ blue 49

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

Shades of Chelsea Gem #965231

Tints of Chelsea Gem #965231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 53.38%
G = 29.18%
B = 17.44%

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

#965231 (or 0x965231) is known color: Chelsea Gem. HEX triplet: 96, 52 and 31. RGB value is (150,82,49). Sum of RGB (Red+Green+Blue) = 150+82+49=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #965231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965231 is #69ADCE. Grayscale: #626262. Windows color (decimal): -6925775 or 3232406. OLE color: 3232406.

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

Color convert

RGB 150 82 49 -
CMYK 0 0.45 0.67 0.41
HSL 19.6º 0.51% 0.39% -
HSV(B) 19.6º 0.67% 0.59% -
XYZ 16.15 12.74 4.51 -
YUV 98.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 150 82 49 0 0.45 0.67 0.41 19.6 0.51 0.39
Hex 96 52 31 0 2D 43 29 14 33 27
Octal 226 122 61 0 55 103 51 24 63 47
Binary 10010110 1010010 110001 0 101101 1000011 101001 10100 110011 100111

Color Harmonies of #965231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965231

Black with #965231

Text Example


Text Example

White with #965231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965231; }

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

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

background-color css

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

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

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

border-color css

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

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

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