Html Css Color HEX #955237 Chelsea Gem

📋 copy color: '#955237'

red 149 ◦ green 82 ◦ blue 55

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

Shades of Chelsea Gem #955237

Tints of Chelsea Gem #955237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 52.1%
G = 28.67%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#955237 (or 0x955237) is known color: Chelsea Gem. HEX triplet: 95, 52 and 37. RGB value is (149,82,55). Sum of RGB (Red+Green+Blue) = 149+82+55=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #955237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955237 is #6AADC8. Grayscale: #636363. Windows color (decimal): -6991305 or 3625621. OLE color: 3625621.

HSL color Cylindrical-coordinate representation of color #955237: hue angle of 17.23º 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 #955237 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 55 -
CMYK 0 0.45 0.63 0.42
HSL 17.23º 0.46% 0.4% -
HSV(B) 17.23º 0.63% 0.58% -
XYZ 16.1 12.7 5.22 -
YUV 98.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 149 82 55 0 0.45 0.63 0.42 17.23 0.46 0.4
Hex 95 52 37 0 2D 3F 2A 11 2E 28
Octal 225 122 67 0 55 77 52 21 56 50
Binary 10010101 1010010 110111 0 101101 111111 101010 10001 101110 101000

Color Harmonies of #955237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955237

Black with #955237

Text Example


Text Example

White with #955237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955237; }

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

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

background-color css

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

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

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

border-color css

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

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

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