Html Css Color HEX #925237 Chelsea Gem

📋 copy color: '#925237'

red 146 ◦ green 82 ◦ blue 55

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

Shades of Chelsea Gem #925237

Tints of Chelsea Gem #925237

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

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

R = 51.59%
G = 28.98%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#925237 (or 0x925237) is known color: Chelsea Gem. HEX triplet: 92, 52 and 37. RGB value is (146,82,55). Sum of RGB (Red+Green+Blue) = 146+82+55=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #925237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925237 is #6DADC8. Grayscale: #626262. Windows color (decimal): -7187913 or 3625618. OLE color: 3625618.

HSL color Cylindrical-coordinate representation of color #925237: hue angle of 17.8º 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 #925237 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 82 55 -
CMYK 0 0.44 0.62 0.43
HSL 17.8º 0.45% 0.39% -
HSV(B) 17.8º 0.62% 0.57% -
XYZ 15.56 12.42 5.19 -
YUV 98.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 146 82 55 0 0.44 0.62 0.43 17.8 0.45 0.39
Hex 92 52 37 0 2C 3E 2B 12 2D 27
Octal 222 122 67 0 54 76 53 22 55 47
Binary 10010010 1010010 110111 0 101100 111110 101011 10010 101101 100111

Color Harmonies of #925237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925237

Black with #925237

Text Example


Text Example

White with #925237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925237; }

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

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

background-color css

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

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

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

border-color css

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

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

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