#905230

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

Shades of Chelsea Gem #905230

Tints of Chelsea Gem #905230

Color information

#905230 (or 0x905230) is unknown color: approx Chelsea Gem. HEX triplet: 90, 52 and 30. RGB value is (144,82,48). Sum of RGB (Red+Green+Blue) = 144+82+48=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #905230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905230 is #6FADCF. Grayscale: #606060. Windows color (decimal): -7318992 or 3166864. OLE color: 3166864.

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

Color convert

RGB1448248-
CMYK00.430.670.44
HSL21.25º50%37.65%-
HSV(B)21.25º66.67%56.47%-
XYZ15.0512.184.35-
YUV96.66100.54161.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.55%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 48 (19.14% from 255) = 17.52%
R=52.55%
G=29.93%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144824800.430.670.4421.255037.65
Hex90523002B432C153226
Octal2201226005310354256246
Binary1001000010100101100000101011100001110110010101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905230; }

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

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

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

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

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

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

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

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