Html Css Color HEX #915428 Chelsea Gem

📋 copy color: '#915428'

red 145 ◦ green 84 ◦ blue 40

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

Shades of Chelsea Gem #915428

Tints of Chelsea Gem #915428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 53.9%
G = 31.23%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#915428 (or 0x915428) is known color: Chelsea Gem. HEX triplet: 91, 54 and 28. RGB value is (145,84,40). Sum of RGB (Red+Green+Blue) = 145+84+40=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #915428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915428 is #6EABD7. Grayscale: #616161. Windows color (decimal): -7252952 or 2643089. OLE color: 2643089.

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

Color convert

RGB 145 84 40 -
CMYK 0 0.42 0.72 0.43
HSL 25.14º 0.57% 0.36% -
HSV(B) 25.14º 0.72% 0.57% -
XYZ 15.23 12.51 3.62 -
YUV 97.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 145 84 40 0 0.42 0.72 0.43 25.14 0.57 0.36
Hex 91 54 28 0 2A 48 2B 19 39 24
Octal 221 124 50 0 52 110 53 31 71 44
Binary 10010001 1010100 101000 0 101010 1001000 101011 11001 111001 100100

Color Harmonies of #915428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915428

Black with #915428

Text Example


Text Example

White with #915428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915428; }

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

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

background-color css

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

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

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

border-color css

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

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

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