Html Css Color HEX #965033 Chelsea Gem

📋 copy color: '#965033'

red 150 ◦ green 80 ◦ blue 51

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

Shades of Chelsea Gem #965033

Tints of Chelsea Gem #965033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.15%

R = 53.38%
G = 28.47%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#965033 (or 0x965033) is known color: Chelsea Gem. HEX triplet: 96, 50 and 33. RGB value is (150,80,51). Sum of RGB (Red+Green+Blue) = 150+80+51=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #965033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965033 is #69AFCC. Grayscale: #616161. Windows color (decimal): -6926285 or 3362966. OLE color: 3362966.

HSL color Cylindrical-coordinate representation of color #965033: hue angle of 17.58º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #965033 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 51 -
CMYK 0 0.47 0.66 0.41
HSL 17.58º 0.49% 0.39% -
HSV(B) 17.58º 0.66% 0.59% -
XYZ 16.04 12.46 4.69 -
YUV 97.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 150 80 51 0 0.47 0.66 0.41 17.58 0.49 0.39
Hex 96 50 33 0 2F 42 29 12 31 27
Octal 226 120 63 0 57 102 51 22 61 47
Binary 10010110 1010000 110011 0 101111 1000010 101001 10010 110001 100111

Color Harmonies of #965033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965033

Black with #965033

Text Example


Text Example

White with #965033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965033; }

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

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

background-color css

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

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

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

border-color css

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

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

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