Html Css Color HEX #925B31 Chelsea Gem

📋 copy color: '#925B31'

red 146 ◦ green 91 ◦ blue 49

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

Shades of Chelsea Gem #925B31

Tints of Chelsea Gem #925B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

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

R = 51.05%
G = 31.82%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#925B31 (or 0x925B31) is known color: Chelsea Gem. HEX triplet: 92, 5B and 31. RGB value is (146,91,49). Sum of RGB (Red+Green+Blue) = 146+91+49=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #925B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B31 is #6DA4CE. Grayscale: #666666. Windows color (decimal): -7185615 or 3234706. OLE color: 3234706.

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

Color convert

RGB 146 91 49 -
CMYK 0 0.38 0.66 0.43
HSL 25.98º 0.5% 0.38% -
HSV(B) 25.98º 0.66% 0.57% -
XYZ 16.15 13.81 4.72 -
YUV 102.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 146 91 49 0 0.38 0.66 0.43 25.98 0.5 0.38
Hex 92 5B 31 0 26 42 2B 1A 32 26
Octal 222 133 61 0 46 102 53 32 62 46
Binary 10010010 1011011 110001 0 100110 1000010 101011 11010 110010 100110

Color Harmonies of #925B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B31

Black with #925B31

Text Example


Text Example

White with #925B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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