Html Css Color HEX #955535 Chelsea Gem

📋 copy color: '#955535'

red 149 ◦ green 85 ◦ blue 53

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

Shades of Chelsea Gem #955535

Tints of Chelsea Gem #955535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 51.92%
G = 29.62%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#955535 (or 0x955535) is known color: Chelsea Gem. HEX triplet: 95, 55 and 35. RGB value is (149,85,53). Sum of RGB (Red+Green+Blue) = 149+85+53=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #955535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955535 is #6AAACA. Grayscale: #646464. Windows color (decimal): -6990539 or 3495317. OLE color: 3495317.

HSL color Cylindrical-coordinate representation of color #955535: hue angle of 20º degrees, saturation: 0.48, 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 #955535 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 53 -
CMYK 0 0.43 0.64 0.42
HSL 20º 0.48% 0.4% -
HSV(B) 20º 0.64% 0.58% -
XYZ 16.29 13.14 5.05 -
YUV 100.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 149 85 53 0 0.43 0.64 0.42 20 0.48 0.4
Hex 95 55 35 0 2B 40 2A 14 30 28
Octal 225 125 65 0 53 100 52 24 60 50
Binary 10010101 1010101 110101 0 101011 1000000 101010 10100 110000 101000

Color Harmonies of #955535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955535

Black with #955535

Text Example


Text Example

White with #955535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955535; }

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

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

background-color css

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

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

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

border-color css

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

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

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