Html Css Color HEX #965335 Chelsea Gem

📋 copy color: '#965335'

red 150 ◦ green 83 ◦ blue 53

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

Shades of Chelsea Gem #965335

Tints of Chelsea Gem #965335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 53 (21.09% from 255) = 18.53%

R = 52.45%
G = 29.02%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#965335 (or 0x965335) is known color: Chelsea Gem. HEX triplet: 96, 53 and 35. RGB value is (150,83,53). Sum of RGB (Red+Green+Blue) = 150+83+53=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 53 (21.09% from 255 or 18.53% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #965335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965335 is #69ACCA. Grayscale: #636363. Windows color (decimal): -6925515 or 3494806. OLE color: 3494806.

HSL color Cylindrical-coordinate representation of color #965335: hue angle of 18.56º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #965335 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 83 53 -
CMYK 0 0.45 0.65 0.41
HSL 18.56º 0.48% 0.4% -
HSV(B) 18.56º 0.65% 0.59% -
XYZ 16.31 12.93 5 -
YUV 99.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 150 83 53 0 0.45 0.65 0.41 18.56 0.48 0.4
Hex 96 53 35 0 2D 41 29 13 30 28
Octal 226 123 65 0 55 101 51 23 60 50
Binary 10010110 1010011 110101 0 101101 1000001 101001 10011 110000 101000

Color Harmonies of #965335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965335

Black with #965335

Text Example


Text Example

White with #965335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965335; }

 p { color: rgb(150,83,53); }

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

background-color css

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

 a { background-color: rgb(150,83,53); }

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

border-color css

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

 span { border-color: rgb(150,83,53); }

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