Html Css Color HEX #915331 Chelsea Gem

📋 copy color: '#915331'

red 145 ◦ green 83 ◦ blue 49

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

Shades of Chelsea Gem #915331

Tints of Chelsea Gem #915331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.96%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 52.35%
G = 29.96%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#915331 (or 0x915331) is known color: Chelsea Gem. HEX triplet: 91, 53 and 31. RGB value is (145,83,49). Sum of RGB (Red+Green+Blue) = 145+83+49=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #915331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915331 is #6EACCE. Grayscale: #616161. Windows color (decimal): -7253199 or 3232657. OLE color: 3232657.

HSL color Cylindrical-coordinate representation of color #915331: hue angle of 21.25º 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 #915331 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 83 49 -
CMYK 0 0.43 0.66 0.43
HSL 21.25º 0.49% 0.38% -
HSV(B) 21.25º 0.66% 0.57% -
XYZ 15.32 12.43 4.5 -
YUV 97.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 145 83 49 0 0.43 0.66 0.43 21.25 0.49 0.38
Hex 91 53 31 0 2B 42 2B 15 31 26
Octal 221 123 61 0 53 102 53 25 61 46
Binary 10010001 1010011 110001 0 101011 1000010 101011 10101 110001 100110

Color Harmonies of #915331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915331

Black with #915331

Text Example


Text Example

White with #915331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915331; }

 p { color: rgb(145,83,49); }

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

background-color css

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

 a { background-color: rgb(145,83,49); }

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

border-color css

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

 span { border-color: rgb(145,83,49); }

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