Html Css Color HEX #915237 Chelsea Gem

📋 copy color: '#915237'

red 145 ◦ green 82 ◦ blue 55

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

Shades of Chelsea Gem #915237

Tints of Chelsea Gem #915237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 51.42%
G = 29.08%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#915237 (or 0x915237) is known color: Chelsea Gem. HEX triplet: 91, 52 and 37. RGB value is (145,82,55). Sum of RGB (Red+Green+Blue) = 145+82+55=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #915237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915237 is #6EADC8. Grayscale: #616161. Windows color (decimal): -7253449 or 3625617. OLE color: 3625617.

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

Color convert

RGB 145 82 55 -
CMYK 0 0.43 0.62 0.43
HSL 18º 0.45% 0.39% -
HSV(B) 18º 0.62% 0.57% -
XYZ 15.38 12.33 5.18 -
YUV 97.76 103.87 161.7 -
System Red Green Blue C M Y K H S L
Decimal 145 82 55 0 0.43 0.62 0.43 18 0.45 0.39
Hex 91 52 37 0 2B 3E 2B 12 2D 27
Octal 221 122 67 0 53 76 53 22 55 47
Binary 10010001 1010010 110111 0 101011 111110 101011 10010 101101 100111

Color Harmonies of #915237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915237

Black with #915237

Text Example


Text Example

White with #915237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915237; }

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

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

background-color css

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

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

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

border-color css

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

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

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