Html Css Color HEX #925031 Chelsea Gem

📋 copy color: '#925031'

red 146 ◦ green 80 ◦ blue 49

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

Shades of Chelsea Gem #925031

Tints of Chelsea Gem #925031

RGB

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

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

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

R = 53.09%
G = 29.09%
B = 17.82%

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

#925031 (or 0x925031) is known color: Chelsea Gem. HEX triplet: 92, 50 and 31. RGB value is (146,80,49). Sum of RGB (Red+Green+Blue) = 146+80+49=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #925031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925031 is #6DAFCE. Grayscale: #606060. Windows color (decimal): -7188431 or 3231890. OLE color: 3231890.

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

Color convert

RGB 146 80 49 -
CMYK 0 0.45 0.66 0.43
HSL 19.18º 0.5% 0.38% -
HSV(B) 19.18º 0.66% 0.57% -
XYZ 15.28 12.07 4.43 -
YUV 96.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 146 80 49 0 0.45 0.66 0.43 19.18 0.5 0.38
Hex 92 50 31 0 2D 42 2B 13 32 26
Octal 222 120 61 0 55 102 53 23 62 46
Binary 10010010 1010000 110001 0 101101 1000010 101011 10011 110010 100110

Color Harmonies of #925031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925031

Black with #925031

Text Example


Text Example

White with #925031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925031; }

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

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

background-color css

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

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

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

border-color css

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

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

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