Html Css Color HEX #92552B Chelsea Gem

📋 copy color: '#92552B'

red 146 ◦ green 85 ◦ blue 43

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

Shades of Chelsea Gem #92552B

Tints of Chelsea Gem #92552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.02%

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

R = 53.28%
G = 31.02%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#92552B (or 0x92552B) is known color: Chelsea Gem. HEX triplet: 92, 55 and 2B. RGB value is (146,85,43). Sum of RGB (Red+Green+Blue) = 146+85+43=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92552B is #6DAAD4. Grayscale: #626262. Windows color (decimal): -7187157 or 2839954. OLE color: 2839954.

HSL color Cylindrical-coordinate representation of color #92552B: hue angle of 24.47º 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 #92552B is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 85 43 -
CMYK 0 0.42 0.71 0.43
HSL 24.47º 0.54% 0.37% -
HSV(B) 24.47º 0.71% 0.57% -
XYZ 15.54 12.78 3.93 -
YUV 98.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 146 85 43 0 0.42 0.71 0.43 24.47 0.54 0.37
Hex 92 55 2B 0 2A 47 2B 18 36 25
Octal 222 125 53 0 52 107 53 30 66 45
Binary 10010010 1010101 101011 0 101010 1000111 101011 11000 110110 100101

Color Harmonies of #92552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92552B

Black with #92552B

Text Example


Text Example

White with #92552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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