Html Css Color HEX #92472D Tia Maria

📋 copy color: '#92472D'

red 146 ◦ green 71 ◦ blue 45

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

Shades of Tia Maria #92472D

Tints of Tia Maria #92472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

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

R = 55.73%
G = 27.1%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#92472D (or 0x92472D) is known color: Tia Maria. HEX triplet: 92, 47 and 2D. RGB value is (146,71,45). Sum of RGB (Red+Green+Blue) = 146+71+45=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92472D is #6DB8D2. Grayscale: #5A5A5A. Windows color (decimal): -7190739 or 2967442. OLE color: 2967442.

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

Color convert

RGB 146 71 45 -
CMYK 0 0.51 0.69 0.43
HSL 15.45º 0.53% 0.37% -
HSV(B) 15.45º 0.69% 0.57% -
XYZ 14.58 10.81 3.8 -
YUV 90.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 146 71 45 0 0.51 0.69 0.43 15.45 0.53 0.37
Hex 92 47 2D 0 33 45 2B F 35 25
Octal 222 107 55 0 63 105 53 17 65 45
Binary 10010010 1000111 101101 0 110011 1000101 101011 1111 110101 100101

Color Harmonies of #92472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92472D

Black with #92472D

Text Example


Text Example

White with #92472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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