Html Css Color HEX #965431 Chelsea Gem

📋 copy color: '#965431'

red 150 ◦ green 84 ◦ blue 49

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

Shades of Chelsea Gem #965431

Tints of Chelsea Gem #965431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 53%
G = 29.68%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#965431 (or 0x965431) is known color: Chelsea Gem. HEX triplet: 96, 54 and 31. RGB value is (150,84,49). Sum of RGB (Red+Green+Blue) = 150+84+49=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #965431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965431 is #69ABCE. Grayscale: #636363. Windows color (decimal): -6925263 or 3232918. OLE color: 3232918.

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

Color convert

RGB 150 84 49 -
CMYK 0 0.44 0.67 0.41
HSL 20.79º 0.51% 0.39% -
HSV(B) 20.79º 0.67% 0.59% -
XYZ 16.3 13.05 4.56 -
YUV 99.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 150 84 49 0 0.44 0.67 0.41 20.79 0.51 0.39
Hex 96 54 31 0 2C 43 29 15 33 27
Octal 226 124 61 0 54 103 51 25 63 47
Binary 10010110 1010100 110001 0 101100 1000011 101001 10101 110011 100111

Color Harmonies of #965431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965431

Black with #965431

Text Example


Text Example

White with #965431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965431; }

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

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

background-color css

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

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

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

border-color css

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

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

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