#914F33

Color #914F33 Chelsea Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Gem #914F33

Tints of Chelsea Gem #914F33

Color information

#914F33 (or 0x914F33) is unknown color: approx Chelsea Gem. HEX triplet: 91, 4F and 33. RGB value is (145,79,51). Sum of RGB (Red+Green+Blue) = 145+79+51=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #914F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914F33 is #6EB0CC. Grayscale: #5F5F5F. Windows color (decimal): -7254221 or 3362705. OLE color: 3362705.

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

Color convert

RGB1457951-
CMYK00.460.650.43
HSL17.87º47.96%38.43%-
HSV(B)17.87º64.83%56.86%-
XYZ15.0711.854.63-
YUV95.54102.87163.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.73%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=52.73%
G=28.73%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145795100.460.650.4317.8747.9638.43
Hex914F3302E412B123026
Octal2211176305610153226046
Binary1001000110011111100110101110100000110101110010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914F33; }

 p { color: rgb(145,79,51); }

 H1.HeaderClassName
 {
   color: #914F33;
 }
 .AnyTagClassName
 {
   color: #914F33;
 }
</style>
background-color css

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

 a { background-color: rgb(145,79,51); }

 div.DivClassName
 {
   background-color: #914F33;
 }
 .BgClassName
 {
   background-color: #914F33;
 }
</style>
border-color css

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

 span { border-color: rgb(145,79,51); }

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