Html Css Color HEX #925336 Chelsea Gem

📋 copy color: '#925336'

red 146 ◦ green 83 ◦ blue 54

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

Shades of Chelsea Gem #925336

Tints of Chelsea Gem #925336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 51.59%
G = 29.33%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#925336 (or 0x925336) is known color: Chelsea Gem. HEX triplet: 92, 53 and 36. RGB value is (146,83,54). Sum of RGB (Red+Green+Blue) = 146+83+54=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #925336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925336 is #6DACC9. Grayscale: #626262. Windows color (decimal): -7187658 or 3560338. OLE color: 3560338.

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

Color convert

RGB 146 83 54 -
CMYK 0 0.43 0.63 0.43
HSL 18.91º 0.46% 0.39% -
HSV(B) 18.91º 0.63% 0.57% -
XYZ 15.61 12.56 5.09 -
YUV 98.53 102.87 161.86 -
System Red Green Blue C M Y K H S L
Decimal 146 83 54 0 0.43 0.63 0.43 18.91 0.46 0.39
Hex 92 53 36 0 2B 3F 2B 13 2E 27
Octal 222 123 66 0 53 77 53 23 56 47
Binary 10010010 1010011 110110 0 101011 111111 101011 10011 101110 100111

Color Harmonies of #925336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925336

Black with #925336

Text Example


Text Example

White with #925336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925336; }

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

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

background-color css

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

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

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

border-color css

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

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

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