Html Css Color HEX #915427 Chelsea Gem

📋 copy color: '#915427'

red 145 ◦ green 84 ◦ blue 39

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

Shades of Chelsea Gem #915427

Tints of Chelsea Gem #915427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 54.1%
G = 31.34%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#915427 (or 0x915427) is known color: Chelsea Gem. HEX triplet: 91, 54 and 27. RGB value is (145,84,39). Sum of RGB (Red+Green+Blue) = 145+84+39=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #915427 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915427 is #6EABD8. Grayscale: #616161. Windows color (decimal): -7252953 or 2577553. OLE color: 2577553.

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

Color convert

RGB 145 84 39 -
CMYK 0 0.42 0.73 0.43
HSL 25.47º 0.58% 0.36% -
HSV(B) 25.47º 0.73% 0.57% -
XYZ 15.21 12.51 3.53 -
YUV 97.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 145 84 39 0 0.42 0.73 0.43 25.47 0.58 0.36
Hex 91 54 27 0 2A 49 2B 19 3A 24
Octal 221 124 47 0 52 111 53 31 72 44
Binary 10010001 1010100 100111 0 101010 1001001 101011 11001 111010 100100

Color Harmonies of #915427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915427

Black with #915427

Text Example


Text Example

White with #915427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915427; }

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

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

background-color css

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

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

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

border-color css

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

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

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