Html Css Color HEX #92462F Tia Maria

📋 copy color: '#92462F'

red 146 ◦ green 70 ◦ blue 47

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

Shades of Tia Maria #92462F

Tints of Tia Maria #92462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 55.51%
G = 26.62%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#92462F (or 0x92462F) is known color: Tia Maria. HEX triplet: 92, 46 and 2F. RGB value is (146,70,47). Sum of RGB (Red+Green+Blue) = 146+70+47=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #92462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92462F is #6DB9D0. Grayscale: #5A5A5A. Windows color (decimal): -7190993 or 3098258. OLE color: 3098258.

HSL color Cylindrical-coordinate representation of color #92462F: hue angle of 13.94º 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 #92462F is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 70 47 -
CMYK 0 0.52 0.68 0.43
HSL 13.94º 0.51% 0.38% -
HSV(B) 13.94º 0.68% 0.57% -
XYZ 14.56 10.7 3.99 -
YUV 90.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 146 70 47 0 0.52 0.68 0.43 13.94 0.51 0.38
Hex 92 46 2F 0 34 44 2B E 33 26
Octal 222 106 57 0 64 104 53 16 63 46
Binary 10010010 1000110 101111 0 110100 1000100 101011 1110 110011 100110

Color Harmonies of #92462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92462F

Black with #92462F

Text Example


Text Example

White with #92462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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