Html Css Color HEX #92572F Chelsea Gem

📋 copy color: '#92572F'

red 146 ◦ green 87 ◦ blue 47

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

Shades of Chelsea Gem #92572F

Tints of Chelsea Gem #92572F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 52.14%
G = 31.07%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#92572F (or 0x92572F) is known color: Chelsea Gem. HEX triplet: 92, 57 and 2F. RGB value is (146,87,47). Sum of RGB (Red+Green+Blue) = 146+87+47=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #92572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92572F is #6DA8D0. Grayscale: #646464. Windows color (decimal): -7186641 or 3102610. OLE color: 3102610.

HSL color Cylindrical-coordinate representation of color #92572F: hue angle of 24.24º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92572F is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 87 47 -
CMYK 0 0.40 0.68 0.43
HSL 24.24º 0.51% 0.38% -
HSV(B) 24.24º 0.68% 0.57% -
XYZ 15.78 13.13 4.39 -
YUV 100.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 146 87 47 0 0.40 0.68 0.43 24.24 0.51 0.38
Hex 92 57 2F 0 28 44 2B 18 33 26
Octal 222 127 57 0 50 104 53 30 63 46
Binary 10010010 1010111 101111 0 101000 1000100 101011 11000 110011 100110

Color Harmonies of #92572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92572F

Black with #92572F

Text Example


Text Example

White with #92572F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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