Html Css Color HEX #915528 Chelsea Gem

📋 copy color: '#915528'

red 145 ◦ green 85 ◦ blue 40

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

Shades of Chelsea Gem #915528

Tints of Chelsea Gem #915528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

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

R = 53.7%
G = 31.48%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#915528 (or 0x915528) is known color: Chelsea Gem. HEX triplet: 91, 55 and 28. RGB value is (145,85,40). Sum of RGB (Red+Green+Blue) = 145+85+40=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #915528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915528 is #6EAAD7. Grayscale: #626262. Windows color (decimal): -7252696 or 2643345. OLE color: 2643345.

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

Color convert

RGB 145 85 40 -
CMYK 0 0.41 0.72 0.43
HSL 25.71º 0.57% 0.36% -
HSV(B) 25.71º 0.72% 0.57% -
XYZ 15.31 12.67 3.65 -
YUV 97.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 145 85 40 0 0.41 0.72 0.43 25.71 0.57 0.36
Hex 91 55 28 0 29 48 2B 1A 39 24
Octal 221 125 50 0 51 110 53 32 71 44
Binary 10010001 1010101 101000 0 101001 1001000 101011 11010 111001 100100

Color Harmonies of #915528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915528

Black with #915528

Text Example


Text Example

White with #915528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915528; }

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

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

background-color css

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

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

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

border-color css

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

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

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