Html Css Color HEX #925131 Chelsea Gem

📋 copy color: '#925131'

red 146 ◦ green 81 ◦ blue 49

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

Shades of Chelsea Gem #925131

Tints of Chelsea Gem #925131

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 52.9%
G = 29.35%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#925131 (or 0x925131) is known color: Chelsea Gem. HEX triplet: 92, 51 and 31. RGB value is (146,81,49). Sum of RGB (Red+Green+Blue) = 146+81+49=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #925131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925131 is #6DAECE. Grayscale: #606060. Windows color (decimal): -7188175 or 3232146. OLE color: 3232146.

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

Color convert

RGB 146 81 49 -
CMYK 0 0.45 0.66 0.43
HSL 19.79º 0.5% 0.38% -
HSV(B) 19.79º 0.66% 0.57% -
XYZ 15.35 12.22 4.45 -
YUV 96.79 101.03 163.1 -
System Red Green Blue C M Y K H S L
Decimal 146 81 49 0 0.45 0.66 0.43 19.79 0.5 0.38
Hex 92 51 31 0 2D 42 2B 14 32 26
Octal 222 121 61 0 55 102 53 24 62 46
Binary 10010010 1010001 110001 0 101101 1000010 101011 10100 110010 100110

Color Harmonies of #925131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925131

Black with #925131

Text Example


Text Example

White with #925131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925131; }

 p { color: rgb(146,81,49); }

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

background-color css

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

 a { background-color: rgb(146,81,49); }

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

border-color css

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

 span { border-color: rgb(146,81,49); }

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