Html Css Color HEX #92592D Chelsea Gem

📋 copy color: '#92592D'

red 146 ◦ green 89 ◦ blue 45

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

Shades of Chelsea Gem #92592D

Tints of Chelsea Gem #92592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 52.14%
G = 31.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#92592D (or 0x92592D) is known color: Chelsea Gem. HEX triplet: 92, 59 and 2D. RGB value is (146,89,45). Sum of RGB (Red+Green+Blue) = 146+89+45=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #92592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92592D is #6DA6D2. Grayscale: #656565. Windows color (decimal): -7186131 or 2972050. OLE color: 2972050.

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

Color convert

RGB 146 89 45 -
CMYK 0 0.39 0.69 0.43
HSL 26.14º 0.53% 0.37% -
HSV(B) 26.14º 0.69% 0.57% -
XYZ 15.9 13.45 4.24 -
YUV 101.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 146 89 45 0 0.39 0.69 0.43 26.14 0.53 0.37
Hex 92 59 2D 0 27 45 2B 1A 35 25
Octal 222 131 55 0 47 105 53 32 65 45
Binary 10010010 1011001 101101 0 100111 1000101 101011 11010 110101 100101

Color Harmonies of #92592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92592D

Black with #92592D

Text Example


Text Example

White with #92592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92592D; }

 p { color: rgb(146,89,45); }

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

background-color css

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

 a { background-color: rgb(146,89,45); }

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

border-color css

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

 span { border-color: rgb(146,89,45); }

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