#925834

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

Shades of Chelsea Gem #925834

Tints of Chelsea Gem #925834

Color information

#925834 (or 0x925834) is unknown color: approx Chelsea Gem. HEX triplet: 92, 58 and 34. RGB value is (146,88,52). Sum of RGB (Red+Green+Blue) = 146+88+52=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #925834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925834 is #6DA7CB. Grayscale: #656565. Windows color (decimal): -7186380 or 3430546. OLE color: 3430546.

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

Color convert

RGB1468852-
CMYK00.400.640.43
HSL22.98º47.47%38.82%-
HSV(B)22.98º64.38%57.25%-
XYZ15.9613.344.98-
YUV101.24100.22159.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.05%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 52 (20.70% from 255) = 18.18%
R=51.05%
G=30.77%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146885200.400.640.4322.9847.4738.82
Hex925834028402B172f27
Octal2221306405010053275747
Binary1001001010110001101000101000100000010101110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925834; }

 p { color: rgb(146,88,52); }

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

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

 a { background-color: rgb(146,88,52); }

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

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

 span { border-color: rgb(146,88,52); }

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