Html Css Color HEX #92532B Chelsea Gem

📋 copy color: '#92532B'

red 146 ◦ green 83 ◦ blue 43

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

Shades of Chelsea Gem #92532B

Tints of Chelsea Gem #92532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 53.68%
G = 30.51%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#92532B (or 0x92532B) is known color: Chelsea Gem. HEX triplet: 92, 53 and 2B. RGB value is (146,83,43). Sum of RGB (Red+Green+Blue) = 146+83+43=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #92532B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92532B is #6DACD4. Grayscale: #616161. Windows color (decimal): -7187669 or 2839442. OLE color: 2839442.

HSL color Cylindrical-coordinate representation of color #92532B: hue angle of 23.3º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92532B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 83 43 -
CMYK 0 0.43 0.71 0.43
HSL 23.3º 0.54% 0.37% -
HSV(B) 23.3º 0.71% 0.57% -
XYZ 15.38 12.47 3.88 -
YUV 97.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 146 83 43 0 0.43 0.71 0.43 23.3 0.54 0.37
Hex 92 53 2B 0 2B 47 2B 17 36 25
Octal 222 123 53 0 53 107 53 27 66 45
Binary 10010010 1010011 101011 0 101011 1000111 101011 10111 110110 100101

Color Harmonies of #92532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92532B

Black with #92532B

Text Example


Text Example

White with #92532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92532B; }

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

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

background-color css

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

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

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

border-color css

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

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

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