Html Css Color HEX #925232 Chelsea Gem

📋 copy color: '#925232'

red 146 ◦ green 82 ◦ blue 50

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

Shades of Chelsea Gem #925232

Tints of Chelsea Gem #925232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 52.52%
G = 29.5%
B = 17.99%

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

#925232 (or 0x925232) is known color: Chelsea Gem. HEX triplet: 92, 52 and 32. RGB value is (146,82,50). Sum of RGB (Red+Green+Blue) = 146+82+50=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925232 is #6DADCD. Grayscale: #616161. Windows color (decimal): -7187918 or 3297938. OLE color: 3297938.

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

Color convert

RGB 146 82 50 -
CMYK 0 0.44 0.66 0.43
HSL 20º 0.49% 0.38% -
HSV(B) 20º 0.66% 0.57% -
XYZ 15.45 12.38 4.59 -
YUV 97.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 146 82 50 0 0.44 0.66 0.43 20 0.49 0.38
Hex 92 52 32 0 2C 42 2B 14 31 26
Octal 222 122 62 0 54 102 53 24 61 46
Binary 10010010 1010010 110010 0 101100 1000010 101011 10100 110001 100110

Color Harmonies of #925232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925232

Black with #925232

Text Example


Text Example

White with #925232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925232; }

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

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

background-color css

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

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

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

border-color css

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

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

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