Html Css Color HEX #92572C Chelsea Gem

📋 copy color: '#92572C'

red 146 ◦ green 87 ◦ blue 44

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

Shades of Chelsea Gem #92572C

Tints of Chelsea Gem #92572C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 52.71%
G = 31.41%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#92572C (or 0x92572C) is known color: Chelsea Gem. HEX triplet: 92, 57 and 2C. RGB value is (146,87,44). Sum of RGB (Red+Green+Blue) = 146+87+44=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #92572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92572C is #6DA8D3. Grayscale: #636363. Windows color (decimal): -7186644 or 2906002. OLE color: 2906002.

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

Color convert

RGB 146 87 44 -
CMYK 0 0.40 0.70 0.43
HSL 25.29º 0.54% 0.37% -
HSV(B) 25.29º 0.7% 0.57% -
XYZ 15.72 13.11 4.08 -
YUV 99.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 146 87 44 0 0.40 0.70 0.43 25.29 0.54 0.37
Hex 92 57 2C 0 28 46 2B 19 36 25
Octal 222 127 54 0 50 106 53 31 66 45
Binary 10010010 1010111 101100 0 101000 1000110 101011 11001 110110 100101

Color Harmonies of #92572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92572C

Black with #92572C

Text Example


Text Example

White with #92572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92572C; }

 p { color: rgb(146,87,44); }

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

background-color css

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

 a { background-color: rgb(146,87,44); }

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

border-color css

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

 span { border-color: rgb(146,87,44); }

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