Html Css Color HEX #925337 Chelsea Gem

📋 copy color: '#925337'

red 146 ◦ green 83 ◦ blue 55

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

Shades of Chelsea Gem #925337

Tints of Chelsea Gem #925337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 51.41%
G = 29.23%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#925337 (or 0x925337) is known color: Chelsea Gem. HEX triplet: 92, 53 and 37. RGB value is (146,83,55). Sum of RGB (Red+Green+Blue) = 146+83+55=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #925337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925337 is #6DACC8. Grayscale: #626262. Windows color (decimal): -7187657 or 3625874. OLE color: 3625874.

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

Color convert

RGB 146 83 55 -
CMYK 0 0.43 0.62 0.43
HSL 18.46º 0.45% 0.39% -
HSV(B) 18.46º 0.62% 0.57% -
XYZ 15.64 12.57 5.22 -
YUV 98.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 146 83 55 0 0.43 0.62 0.43 18.46 0.45 0.39
Hex 92 53 37 0 2B 3E 2B 12 2D 27
Octal 222 123 67 0 53 76 53 22 55 47
Binary 10010010 1010011 110111 0 101011 111110 101011 10010 101101 100111

Color Harmonies of #925337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925337

Black with #925337

Text Example


Text Example

White with #925337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925337; }

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

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

background-color css

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

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

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

border-color css

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

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

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