Html Css Color HEX #965334 Chelsea Gem

📋 copy color: '#965334'

red 150 ◦ green 83 ◦ blue 52

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

Shades of Chelsea Gem #965334

Tints of Chelsea Gem #965334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 52.63%
G = 29.12%
B = 18.25%

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

#965334 (or 0x965334) is known color: Chelsea Gem. HEX triplet: 96, 53 and 34. RGB value is (150,83,52). Sum of RGB (Red+Green+Blue) = 150+83+52=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #965334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965334 is #69ACCB. Grayscale: #636363. Windows color (decimal): -6925516 or 3429270. OLE color: 3429270.

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

Color convert

RGB 150 83 52 -
CMYK 0 0.45 0.65 0.41
HSL 18.98º 0.49% 0.4% -
HSV(B) 18.98º 0.65% 0.59% -
XYZ 16.29 12.92 4.88 -
YUV 99.5 101.2 164.02 -
System Red Green Blue C M Y K H S L
Decimal 150 83 52 0 0.45 0.65 0.41 18.98 0.49 0.4
Hex 96 53 34 0 2D 41 29 13 31 28
Octal 226 123 64 0 55 101 51 23 61 50
Binary 10010110 1010011 110100 0 101101 1000001 101001 10011 110001 101000

Color Harmonies of #965334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965334

Black with #965334

Text Example


Text Example

White with #965334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965334; }

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

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

background-color css

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

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

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

border-color css

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

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

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