Html Css Color HEX #925233 Chelsea Gem

📋 copy color: '#925233'

red 146 ◦ green 82 ◦ blue 51

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

Shades of Chelsea Gem #925233

Tints of Chelsea Gem #925233

RGB

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

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

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

R = 52.33%
G = 29.39%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#925233 (or 0x925233) is known color: Chelsea Gem. HEX triplet: 92, 52 and 33. RGB value is (146,82,51). Sum of RGB (Red+Green+Blue) = 146+82+51=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #925233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925233 is #6DADCC. Grayscale: #616161. Windows color (decimal): -7187917 or 3363474. OLE color: 3363474.

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

Color convert

RGB 146 82 51 -
CMYK 0 0.44 0.65 0.43
HSL 19.58º 0.48% 0.39% -
HSV(B) 19.58º 0.65% 0.57% -
XYZ 15.47 12.38 4.71 -
YUV 97.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 146 82 51 0 0.44 0.65 0.43 19.58 0.48 0.39
Hex 92 52 33 0 2C 41 2B 14 30 27
Octal 222 122 63 0 54 101 53 24 60 47
Binary 10010010 1010010 110011 0 101100 1000001 101011 10100 110000 100111

Color Harmonies of #925233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925233

Black with #925233

Text Example


Text Example

White with #925233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925233; }

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

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

background-color css

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

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

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

border-color css

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

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

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