Html Css Color HEX #915228 Chelsea Gem

📋 copy color: '#915228'

red 145 ◦ green 82 ◦ blue 40

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

Shades of Chelsea Gem #915228

Tints of Chelsea Gem #915228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 54.31%
G = 30.71%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#915228 (or 0x915228) is known color: Chelsea Gem. HEX triplet: 91, 52 and 28. RGB value is (145,82,40). Sum of RGB (Red+Green+Blue) = 145+82+40=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #915228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915228 is #6EADD7. Grayscale: #606060. Windows color (decimal): -7253464 or 2642577. OLE color: 2642577.

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

Color convert

RGB 145 82 40 -
CMYK 0 0.43 0.72 0.43
HSL 24º 0.57% 0.36% -
HSV(B) 24º 0.72% 0.57% -
XYZ 15.08 12.21 3.57 -
YUV 96.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 145 82 40 0 0.43 0.72 0.43 24 0.57 0.36
Hex 91 52 28 0 2B 48 2B 18 39 24
Octal 221 122 50 0 53 110 53 30 71 44
Binary 10010001 1010010 101000 0 101011 1001000 101011 11000 111001 100100

Color Harmonies of #915228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915228

Black with #915228

Text Example


Text Example

White with #915228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915228; }

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

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

background-color css

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

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

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

border-color css

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

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

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