Html Css Color HEX #915330 Chelsea Gem

📋 copy color: '#915330'

red 145 ◦ green 83 ◦ blue 48

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

Shades of Chelsea Gem #915330

Tints of Chelsea Gem #915330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 52.54%
G = 30.07%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#915330 (or 0x915330) is known color: Chelsea Gem. HEX triplet: 91, 53 and 30. RGB value is (145,83,48). Sum of RGB (Red+Green+Blue) = 145+83+48=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #915330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915330 is #6EACCF. Grayscale: #616161. Windows color (decimal): -7253200 or 3167121. OLE color: 3167121.

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

Color convert

RGB 145 83 48 -
CMYK 0 0.43 0.67 0.43
HSL 21.65º 0.5% 0.38% -
HSV(B) 21.65º 0.67% 0.57% -
XYZ 15.3 12.42 4.39 -
YUV 97.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 145 83 48 0 0.43 0.67 0.43 21.65 0.5 0.38
Hex 91 53 30 0 2B 43 2B 16 32 26
Octal 221 123 60 0 53 103 53 26 62 46
Binary 10010001 1010011 110000 0 101011 1000011 101011 10110 110010 100110

Color Harmonies of #915330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915330

Black with #915330

Text Example


Text Example

White with #915330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915330; }

 p { color: rgb(145,83,48); }

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

background-color css

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

 a { background-color: rgb(145,83,48); }

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

border-color css

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

 span { border-color: rgb(145,83,48); }

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