Html Css Color HEX #925331 Chelsea Gem

📋 copy color: '#925331'

red 146 ◦ green 83 ◦ blue 49

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

Shades of Chelsea Gem #925331

Tints of Chelsea Gem #925331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

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

R = 52.52%
G = 29.86%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#925331 (or 0x925331) is known color: Chelsea Gem. HEX triplet: 92, 53 and 31. RGB value is (146,83,49). Sum of RGB (Red+Green+Blue) = 146+83+49=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925331 is #6DACCE. Grayscale: #626262. Windows color (decimal): -7187663 or 3232658. OLE color: 3232658.

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

Color convert

RGB 146 83 49 -
CMYK 0 0.43 0.66 0.43
HSL 21.03º 0.5% 0.38% -
HSV(B) 21.03º 0.66% 0.57% -
XYZ 15.5 12.52 4.51 -
YUV 97.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 146 83 49 0 0.43 0.66 0.43 21.03 0.5 0.38
Hex 92 53 31 0 2B 42 2B 15 32 26
Octal 222 123 61 0 53 102 53 25 62 46
Binary 10010010 1010011 110001 0 101011 1000010 101011 10101 110010 100110

Color Harmonies of #925331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925331

Black with #925331

Text Example


Text Example

White with #925331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925331; }

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

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

background-color css

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

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

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

border-color css

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

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

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