Html Css Color HEX #915231 Chelsea Gem

📋 copy color: '#915231'

red 145 ◦ green 82 ◦ blue 49

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

Shades of Chelsea Gem #915231

Tints of Chelsea Gem #915231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 52.54%
G = 29.71%
B = 17.75%

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

#915231 (or 0x915231) is known color: Chelsea Gem. HEX triplet: 91, 52 and 31. RGB value is (145,82,49). Sum of RGB (Red+Green+Blue) = 145+82+49=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #915231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915231 is #6EADCE. Grayscale: #616161. Windows color (decimal): -7253455 or 3232401. OLE color: 3232401.

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

Color convert

RGB 145 82 49 -
CMYK 0 0.43 0.66 0.43
HSL 20.63º 0.49% 0.38% -
HSV(B) 20.63º 0.66% 0.57% -
XYZ 15.25 12.28 4.47 -
YUV 97.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 145 82 49 0 0.43 0.66 0.43 20.63 0.49 0.38
Hex 91 52 31 0 2B 42 2B 15 31 26
Octal 221 122 61 0 53 102 53 25 61 46
Binary 10010001 1010010 110001 0 101011 1000010 101011 10101 110001 100110

Color Harmonies of #915231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915231

Black with #915231

Text Example


Text Example

White with #915231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915231; }

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

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

background-color css

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

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

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

border-color css

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

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

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