Html Css Color HEX #955331 Chelsea Gem

📋 copy color: '#955331'

red 149 ◦ green 83 ◦ blue 49

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

Shades of Chelsea Gem #955331

Tints of Chelsea Gem #955331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 53.02%
G = 29.54%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#955331 (or 0x955331) is known color: Chelsea Gem. HEX triplet: 95, 53 and 31. RGB value is (149,83,49). Sum of RGB (Red+Green+Blue) = 149+83+49=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #955331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955331 is #6AACCE. Grayscale: #636363. Windows color (decimal): -6991055 or 3232661. OLE color: 3232661.

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

Color convert

RGB 149 83 49 -
CMYK 0 0.44 0.67 0.42
HSL 20.4º 0.51% 0.39% -
HSV(B) 20.4º 0.67% 0.58% -
XYZ 16.04 12.8 4.53 -
YUV 98.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 149 83 49 0 0.44 0.67 0.42 20.4 0.51 0.39
Hex 95 53 31 0 2C 43 2A 14 33 27
Octal 225 123 61 0 54 103 52 24 63 47
Binary 10010101 1010011 110001 0 101100 1000011 101010 10100 110011 100111

Color Harmonies of #955331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955331

Black with #955331

Text Example


Text Example

White with #955331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955331; }

 p { color: rgb(149,83,49); }

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

background-color css

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

 a { background-color: rgb(149,83,49); }

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

border-color css

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

 span { border-color: rgb(149,83,49); }

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