Html Css Color HEX #915532 Chelsea Gem

📋 copy color: '#915532'

red 145 ◦ green 85 ◦ blue 50

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

Shades of Chelsea Gem #915532

Tints of Chelsea Gem #915532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 51.79%
G = 30.36%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#915532 (or 0x915532) is known color: Chelsea Gem. HEX triplet: 91, 55 and 32. RGB value is (145,85,50). Sum of RGB (Red+Green+Blue) = 145+85+50=280 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.79% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 145 - color contains mainly: red. Hex color #915532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915532 is #6EAACD. Grayscale: #636363. Windows color (decimal): -7252686 or 3298705. OLE color: 3298705.

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

Color convert

RGB 145 85 50 -
CMYK 0 0.41 0.66 0.43
HSL 22.11º 0.49% 0.38% -
HSV(B) 22.11º 0.66% 0.57% -
XYZ 15.5 12.75 4.66 -
YUV 98.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 145 85 50 0 0.41 0.66 0.43 22.11 0.49 0.38
Hex 91 55 32 0 29 42 2B 16 31 26
Octal 221 125 62 0 51 102 53 26 61 46
Binary 10010001 1010101 110010 0 101001 1000010 101011 10110 110001 100110

Color Harmonies of #915532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915532

Black with #915532

Text Example


Text Example

White with #915532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915532; }

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

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

background-color css

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

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

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

border-color css

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

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

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