Html Css Color HEX #955032 Chelsea Gem

📋 copy color: '#955032'

red 149 ◦ green 80 ◦ blue 50

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

Shades of Chelsea Gem #955032

Tints of Chelsea Gem #955032

RGB

 RED value IS 149 (58.59% from 255) = 53.41%

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

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 53.41%
G = 28.67%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#955032 (or 0x955032) is known color: Chelsea Gem. HEX triplet: 95, 50 and 32. RGB value is (149,80,50). Sum of RGB (Red+Green+Blue) = 149+80+50=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #955032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955032 is #6AAFCD. Grayscale: #616161. Windows color (decimal): -6991822 or 3297429. OLE color: 3297429.

HSL color Cylindrical-coordinate representation of color #955032: hue angle of 18.18º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #955032 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 50 -
CMYK 0 0.46 0.66 0.42
HSL 18.18º 0.5% 0.39% -
HSV(B) 18.18º 0.66% 0.58% -
XYZ 15.84 12.36 4.57 -
YUV 97.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 149 80 50 0 0.46 0.66 0.42 18.18 0.5 0.39
Hex 95 50 32 0 2E 42 2A 12 32 27
Octal 225 120 62 0 56 102 52 22 62 47
Binary 10010101 1010000 110010 0 101110 1000010 101010 10010 110010 100111

Color Harmonies of #955032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955032

Black with #955032

Text Example


Text Example

White with #955032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955032; }

 p { color: rgb(149,80,50); }

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

background-color css

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

 a { background-color: rgb(149,80,50); }

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

border-color css

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

 span { border-color: rgb(149,80,50); }

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