Html Css Color HEX #925037 Chelsea Gem

📋 copy color: '#925037'

red 146 ◦ green 80 ◦ blue 55

#925037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Gem #925037

Tints of Chelsea Gem #925037

RGB

 RED value IS 146 (57.42% from 255) = 51.96%

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 51.96%
G = 28.47%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#925037 (or 0x925037) is known color: Chelsea Gem. HEX triplet: 92, 50 and 37. RGB value is (146,80,55). Sum of RGB (Red+Green+Blue) = 146+80+55=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925037 is #6DAFC8. Grayscale: #616161. Windows color (decimal): -7188425 or 3625106. OLE color: 3625106.

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

Color convert

RGB 146 80 55 -
CMYK 0 0.45 0.62 0.43
HSL 16.48º 0.45% 0.39% -
HSV(B) 16.48º 0.62% 0.57% -
XYZ 15.41 12.12 5.14 -
YUV 96.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 146 80 55 0 0.45 0.62 0.43 16.48 0.45 0.39
Hex 92 50 37 0 2D 3E 2B 10 2D 27
Octal 222 120 67 0 55 76 53 20 55 47
Binary 10010010 1010000 110111 0 101101 111110 101011 10000 101101 100111

Color Harmonies of #925037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925037

Black with #925037

Text Example


Text Example

White with #925037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925037; }

 p { color: rgb(146,80,55); }

 H1.HeaderClassName
 {
   color: #925037;
 }
 .AnyTagClassName
 {
   color: #925037;
 }
</style>

background-color css

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

 a { background-color: rgb(146,80,55); }

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

border-color css

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

 span { border-color: rgb(146,80,55); }

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