#905033

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

Shades of Chelsea Gem #905033

Tints of Chelsea Gem #905033

Color information

#905033 (or 0x905033) is unknown color: approx Chelsea Gem. HEX triplet: 90, 50 and 33. RGB value is (144,80,51). Sum of RGB (Red+Green+Blue) = 144+80+51=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #905033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905033 is #6FAFCC. Grayscale: #606060. Windows color (decimal): -7319501 or 3362960. OLE color: 3362960.

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

Color convert

RGB1448051-
CMYK00.440.650.44
HSL18.71º47.69%38.24%-
HSV(B)18.71º64.58%56.47%-
XYZ14.9711.914.64-
YUV95.83102.7162.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.36%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 51 (20.31% from 255) = 18.55%
R=52.36%
G=29.09%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144805100.440.650.4418.7147.6938.24
Hex90503302C412C133026
Octal2201206305410154236046
Binary1001000010100001100110101100100000110110010011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905033; }

 p { color: rgb(144,80,51); }

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

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

 a { background-color: rgb(144,80,51); }

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

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

 span { border-color: rgb(144,80,51); }

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