#905231

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

Shades of Chelsea Gem #905231

Tints of Chelsea Gem #905231

Color information

#905231 (or 0x905231) is unknown color: approx Chelsea Gem. HEX triplet: 90, 52 and 31. RGB value is (144,82,49). Sum of RGB (Red+Green+Blue) = 144+82+49=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #905231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905231 is #6FADCE. Grayscale: #606060. Windows color (decimal): -7318991 or 3232400. OLE color: 3232400.

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

Color convert

RGB1448249-
CMYK00.430.660.44
HSL20.84º49.22%37.84%-
HSV(B)20.84º65.97%56.47%-
XYZ15.0712.194.46-
YUV96.78101.04161.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.36%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 49 (19.53% from 255) = 17.82%
R=52.36%
G=29.82%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144824900.430.660.4420.8449.2237.84
Hex90523102B422C153126
Octal2201226105310254256146
Binary1001000010100101100010101011100001010110010101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905231; }

 p { color: rgb(144,82,49); }

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

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

 a { background-color: rgb(144,82,49); }

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

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

 span { border-color: rgb(144,82,49); }

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