Html Css Color HEX #925133 Chelsea Gem

📋 copy color: '#925133'

red 146 ◦ green 81 ◦ blue 51

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

Shades of Chelsea Gem #925133

Tints of Chelsea Gem #925133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 52.52%
G = 29.14%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#925133 (or 0x925133) is known color: Chelsea Gem. HEX triplet: 92, 51 and 33. RGB value is (146,81,51). Sum of RGB (Red+Green+Blue) = 146+81+51=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925133 is #6DAECC. Grayscale: #616161. Windows color (decimal): -7188173 or 3363218. OLE color: 3363218.

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

Color convert

RGB 146 81 51 -
CMYK 0 0.45 0.65 0.43
HSL 18.95º 0.48% 0.39% -
HSV(B) 18.95º 0.65% 0.57% -
XYZ 15.39 12.23 4.68 -
YUV 97.02 102.03 162.94 -
System Red Green Blue C M Y K H S L
Decimal 146 81 51 0 0.45 0.65 0.43 18.95 0.48 0.39
Hex 92 51 33 0 2D 41 2B 13 30 27
Octal 222 121 63 0 55 101 53 23 60 47
Binary 10010010 1010001 110011 0 101101 1000001 101011 10011 110000 100111

Color Harmonies of #925133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925133

Black with #925133

Text Example


Text Example

White with #925133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925133; }

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

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

background-color css

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

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

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

border-color css

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

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

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