Html Css Color HEX #955537 Chelsea Gem

📋 copy color: '#955537'

red 149 ◦ green 85 ◦ blue 55

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

Shades of Chelsea Gem #955537

Tints of Chelsea Gem #955537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 51.56%
G = 29.41%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#955537 (or 0x955537) is known color: Chelsea Gem. HEX triplet: 95, 55 and 37. RGB value is (149,85,55). Sum of RGB (Red+Green+Blue) = 149+85+55=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #955537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955537 is #6AAAC8. Grayscale: #646464. Windows color (decimal): -6990537 or 3626389. OLE color: 3626389.

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

Color convert

RGB 149 85 55 -
CMYK 0 0.43 0.63 0.42
HSL 19.15º 0.46% 0.4% -
HSV(B) 19.15º 0.63% 0.58% -
XYZ 16.33 13.16 5.29 -
YUV 100.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 149 85 55 0 0.43 0.63 0.42 19.15 0.46 0.4
Hex 95 55 37 0 2B 3F 2A 13 2E 28
Octal 225 125 67 0 53 77 52 23 56 50
Binary 10010101 1010101 110111 0 101011 111111 101010 10011 101110 101000

Color Harmonies of #955537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955537

Black with #955537

Text Example


Text Example

White with #955537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955537; }

 p { color: rgb(149,85,55); }

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

background-color css

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

 a { background-color: rgb(149,85,55); }

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

border-color css

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

 span { border-color: rgb(149,85,55); }

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