Html Css Color HEX #915A30 Chelsea Gem

📋 copy color: '#915A30'

red 145 ◦ green 90 ◦ blue 48

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

Shades of Chelsea Gem #915A30

Tints of Chelsea Gem #915A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 51.24%
G = 31.8%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#915A30 (or 0x915A30) is known color: Chelsea Gem. HEX triplet: 91, 5A and 30. RGB value is (145,90,48). Sum of RGB (Red+Green+Blue) = 145+90+48=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #915A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A30 is #6EA5CF. Grayscale: #656565. Windows color (decimal): -7251408 or 3168913. OLE color: 3168913.

HSL color Cylindrical-coordinate representation of color #915A30: hue angle of 25.98º 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 #915A30 is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 90 48 -
CMYK 0 0.38 0.67 0.43
HSL 25.98º 0.5% 0.38% -
HSV(B) 25.98º 0.67% 0.57% -
XYZ 15.87 13.55 4.57 -
YUV 101.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 145 90 48 0 0.38 0.67 0.43 25.98 0.5 0.38
Hex 91 5A 30 0 26 43 2B 1A 32 26
Octal 221 132 60 0 46 103 53 32 62 46
Binary 10010001 1011010 110000 0 100110 1000011 101011 11010 110010 100110

Color Harmonies of #915A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A30

Black with #915A30

Text Example


Text Example

White with #915A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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