Html Css Color HEX #915535 Chelsea Gem

📋 copy color: '#915535'

red 145 ◦ green 85 ◦ blue 53

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

Shades of Chelsea Gem #915535

Tints of Chelsea Gem #915535

RGB

 RED value IS 145 (57.03% from 255) = 51.24%

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

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

R = 51.24%
G = 30.04%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#915535 (or 0x915535) is known color: Chelsea Gem. HEX triplet: 91, 55 and 35. RGB value is (145,85,53). Sum of RGB (Red+Green+Blue) = 145+85+53=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #915535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915535 is #6EAACA. Grayscale: #636363. Windows color (decimal): -7252683 or 3495313. OLE color: 3495313.

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

Color convert

RGB 145 85 53 -
CMYK 0 0.41 0.63 0.43
HSL 20.87º 0.46% 0.39% -
HSV(B) 20.87º 0.63% 0.57% -
XYZ 15.57 12.77 5.01 -
YUV 99.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 145 85 53 0 0.41 0.63 0.43 20.87 0.46 0.39
Hex 91 55 35 0 29 3F 2B 15 2E 27
Octal 221 125 65 0 51 77 53 25 56 47
Binary 10010001 1010101 110101 0 101001 111111 101011 10101 101110 100111

Color Harmonies of #915535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915535

Black with #915535

Text Example


Text Example

White with #915535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915535; }

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

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

background-color css

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

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

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

border-color css

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

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

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