Html Css Color HEX #915032 Chelsea Gem

📋 copy color: '#915032'

red 145 ◦ green 80 ◦ blue 50

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

Shades of Chelsea Gem #915032

Tints of Chelsea Gem #915032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 52.73%
G = 29.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#915032 (or 0x915032) is known color: Chelsea Gem. HEX triplet: 91, 50 and 32. RGB value is (145,80,50). Sum of RGB (Red+Green+Blue) = 145+80+50=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #915032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915032 is #6EAFCD. Grayscale: #606060. Windows color (decimal): -7253966 or 3297425. OLE color: 3297425.

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

Color convert

RGB 145 80 50 -
CMYK 0 0.45 0.66 0.43
HSL 18.95º 0.49% 0.38% -
HSV(B) 18.95º 0.66% 0.57% -
XYZ 15.12 11.99 4.53 -
YUV 96.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 145 80 50 0 0.45 0.66 0.43 18.95 0.49 0.38
Hex 91 50 32 0 2D 42 2B 13 31 26
Octal 221 120 62 0 55 102 53 23 61 46
Binary 10010001 1010000 110010 0 101101 1000010 101011 10011 110001 100110

Color Harmonies of #915032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915032

Black with #915032

Text Example


Text Example

White with #915032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915032; }

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

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

background-color css

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

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

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

border-color css

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

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

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