Html Css Color HEX #965034 Chelsea Gem

📋 copy color: '#965034'

red 150 ◦ green 80 ◦ blue 52

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

Shades of Chelsea Gem #965034

Tints of Chelsea Gem #965034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

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

R = 53.19%
G = 28.37%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#965034 (or 0x965034) is known color: Chelsea Gem. HEX triplet: 96, 50 and 34. RGB value is (150,80,52). Sum of RGB (Red+Green+Blue) = 150+80+52=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #965034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965034 is #69AFCB. Grayscale: #616161. Windows color (decimal): -6926284 or 3428502. OLE color: 3428502.

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

Color convert

RGB 150 80 52 -
CMYK 0 0.47 0.65 0.41
HSL 17.14º 0.49% 0.4% -
HSV(B) 17.14º 0.65% 0.59% -
XYZ 16.07 12.47 4.81 -
YUV 97.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 150 80 52 0 0.47 0.65 0.41 17.14 0.49 0.4
Hex 96 50 34 0 2F 41 29 11 31 28
Octal 226 120 64 0 57 101 51 21 61 50
Binary 10010110 1010000 110100 0 101111 1000001 101001 10001 110001 101000

Color Harmonies of #965034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965034

Black with #965034

Text Example


Text Example

White with #965034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965034; }

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

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

background-color css

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

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

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

border-color css

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

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

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