Html Css Color HEX #955136 Chelsea Gem

📋 copy color: '#955136'

red 149 ◦ green 81 ◦ blue 54

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

Shades of Chelsea Gem #955136

Tints of Chelsea Gem #955136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 52.46%
G = 28.52%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#955136 (or 0x955136) is known color: Chelsea Gem. HEX triplet: 95, 51 and 36. RGB value is (149,81,54). Sum of RGB (Red+Green+Blue) = 149+81+54=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #955136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955136 is #6AAEC9. Grayscale: #626262. Windows color (decimal): -6991562 or 3559829. OLE color: 3559829.

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

Color convert

RGB 149 81 54 -
CMYK 0 0.46 0.64 0.42
HSL 17.05º 0.47% 0.4% -
HSV(B) 17.05º 0.64% 0.58% -
XYZ 16 12.54 5.07 -
YUV 98.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 149 81 54 0 0.46 0.64 0.42 17.05 0.47 0.4
Hex 95 51 36 0 2E 40 2A 11 2F 28
Octal 225 121 66 0 56 100 52 21 57 50
Binary 10010101 1010001 110110 0 101110 1000000 101010 10001 101111 101000

Color Harmonies of #955136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955136

Black with #955136

Text Example


Text Example

White with #955136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955136; }

 p { color: rgb(149,81,54); }

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

background-color css

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

 a { background-color: rgb(149,81,54); }

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

border-color css

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

 span { border-color: rgb(149,81,54); }

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