Html Css Color HEX #925231 Chelsea Gem

📋 copy color: '#925231'

red 146 ◦ green 82 ◦ blue 49

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

Shades of Chelsea Gem #925231

Tints of Chelsea Gem #925231

RGB

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

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

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

R = 52.71%
G = 29.6%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#925231 (or 0x925231) is known color: Chelsea Gem. HEX triplet: 92, 52 and 31. RGB value is (146,82,49). Sum of RGB (Red+Green+Blue) = 146+82+49=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #925231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925231 is #6DADCE. Grayscale: #616161. Windows color (decimal): -7187919 or 3232402. OLE color: 3232402.

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

Color convert

RGB 146 82 49 -
CMYK 0 0.44 0.66 0.43
HSL 20.41º 0.5% 0.38% -
HSV(B) 20.41º 0.66% 0.57% -
XYZ 15.43 12.37 4.48 -
YUV 97.37 100.7 162.68 -
System Red Green Blue C M Y K H S L
Decimal 146 82 49 0 0.44 0.66 0.43 20.41 0.5 0.38
Hex 92 52 31 0 2C 42 2B 14 32 26
Octal 222 122 61 0 54 102 53 24 62 46
Binary 10010010 1010010 110001 0 101100 1000010 101011 10100 110010 100110

Color Harmonies of #925231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925231

Black with #925231

Text Example


Text Example

White with #925231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925231; }

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

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

background-color css

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

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

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

border-color css

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

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

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