Html Css Color HEX #915030 Chelsea Gem

📋 copy color: '#915030'

red 145 ◦ green 80 ◦ blue 48

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

Shades of Chelsea Gem #915030

Tints of Chelsea Gem #915030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 53.11%
G = 29.3%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#915030 (or 0x915030) is known color: Chelsea Gem. HEX triplet: 91, 50 and 30. RGB value is (145,80,48). Sum of RGB (Red+Green+Blue) = 145+80+48=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #915030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915030 is #6EAFCF. Grayscale: #5F5F5F. Windows color (decimal): -7253968 or 3166353. OLE color: 3166353.

HSL color Cylindrical-coordinate representation of color #915030: hue angle of 19.79º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #915030 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 80 48 -
CMYK 0 0.45 0.67 0.43
HSL 19.79º 0.5% 0.38% -
HSV(B) 19.79º 0.67% 0.57% -
XYZ 15.08 11.97 4.31 -
YUV 95.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 145 80 48 0 0.45 0.67 0.43 19.79 0.5 0.38
Hex 91 50 30 0 2D 43 2B 14 32 26
Octal 221 120 60 0 55 103 53 24 62 46
Binary 10010001 1010000 110000 0 101101 1000011 101011 10100 110010 100110

Color Harmonies of #915030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915030

Black with #915030

Text Example


Text Example

White with #915030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915030; }

 p { color: rgb(145,80,48); }

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

background-color css

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

 a { background-color: rgb(145,80,48); }

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

border-color css

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

 span { border-color: rgb(145,80,48); }

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