Html Css Color HEX #92512D Chelsea Gem

📋 copy color: '#92512D'

red 146 ◦ green 81 ◦ blue 45

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

Shades of Chelsea Gem #92512D

Tints of Chelsea Gem #92512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 53.68%
G = 29.78%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#92512D (or 0x92512D) is known color: Chelsea Gem. HEX triplet: 92, 51 and 2D. RGB value is (146,81,45). Sum of RGB (Red+Green+Blue) = 146+81+45=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #92512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92512D is #6DAED2. Grayscale: #606060. Windows color (decimal): -7188179 or 2970002. OLE color: 2970002.

HSL color Cylindrical-coordinate representation of color #92512D: hue angle of 21.39º 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 #92512D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 81 45 -
CMYK 0 0.45 0.69 0.43
HSL 21.39º 0.53% 0.37% -
HSV(B) 21.39º 0.69% 0.57% -
XYZ 15.27 12.19 4.03 -
YUV 96.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 146 81 45 0 0.45 0.69 0.43 21.39 0.53 0.37
Hex 92 51 2D 0 2D 45 2B 15 35 25
Octal 222 121 55 0 55 105 53 25 65 45
Binary 10010010 1010001 101101 0 101101 1000101 101011 10101 110101 100101

Color Harmonies of #92512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92512D

Black with #92512D

Text Example


Text Example

White with #92512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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