#925433

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

Shades of Chelsea Gem #925433

Tints of Chelsea Gem #925433

Color information

#925433 (or 0x925433) is unknown color: approx Chelsea Gem. HEX triplet: 92, 54 and 33. RGB value is (146,84,51). Sum of RGB (Red+Green+Blue) = 146+84+51=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925433 is #6DABCC. Grayscale: #626262. Windows color (decimal): -7187405 or 3363986. OLE color: 3363986.

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

Color convert

RGB1468451-
CMYK00.420.650.43
HSL20.84º48.22%38.63%-
HSV(B)20.84º65.07%57.25%-
XYZ15.6212.694.76-
YUV98.78101.04161.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=51.96%
G=29.89%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146845100.420.650.4320.8448.2238.63
Hex92543302A412B153027
Octal2221246305210153256047
Binary1001001010101001100110101010100000110101110101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925433; }

 p { color: rgb(146,84,51); }

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

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

 a { background-color: rgb(146,84,51); }

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

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

 span { border-color: rgb(146,84,51); }

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