Html Css Color HEX #925136 Chelsea Gem

📋 copy color: '#925136'

red 146 ◦ green 81 ◦ blue 54

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

Shades of Chelsea Gem #925136

Tints of Chelsea Gem #925136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 51.96%
G = 28.83%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#925136 (or 0x925136) is known color: Chelsea Gem. HEX triplet: 92, 51 and 36. RGB value is (146,81,54). Sum of RGB (Red+Green+Blue) = 146+81+54=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925136 is #6DAEC9. Grayscale: #616161. Windows color (decimal): -7188170 or 3559826. OLE color: 3559826.

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

Color convert

RGB 146 81 54 -
CMYK 0 0.45 0.63 0.43
HSL 17.61º 0.46% 0.39% -
HSV(B) 17.61º 0.63% 0.57% -
XYZ 15.46 12.26 5.04 -
YUV 97.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 146 81 54 0 0.45 0.63 0.43 17.61 0.46 0.39
Hex 92 51 36 0 2D 3F 2B 12 2E 27
Octal 222 121 66 0 55 77 53 22 56 47
Binary 10010010 1010001 110110 0 101101 111111 101011 10010 101110 100111

Color Harmonies of #925136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925136

Black with #925136

Text Example


Text Example

White with #925136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925136; }

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

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

background-color css

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

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

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

border-color css

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

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

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