Html Css Color HEX #924031 Tia Maria

📋 copy color: '#924031'

red 146 ◦ green 64 ◦ blue 49

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

Shades of Tia Maria #924031

Tints of Tia Maria #924031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

 BLUE value IS 49 (19.53% from 255) = 18.92%

R = 56.37%
G = 24.71%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#924031 (or 0x924031) is known color: Tia Maria. HEX triplet: 92, 40 and 31. RGB value is (146,64,49). Sum of RGB (Red+Green+Blue) = 146+64+49=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #924031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924031 is #6DBFCE. Grayscale: #565656. Windows color (decimal): -7192527 or 3227794. OLE color: 3227794.

HSL color Cylindrical-coordinate representation of color #924031: hue angle of 9.28º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924031 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 64 49 -
CMYK 0 0.56 0.66 0.43
HSL 9.28º 0.5% 0.38% -
HSV(B) 9.28º 0.66% 0.57% -
XYZ 14.24 10 4.09 -
YUV 86.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 146 64 49 0 0.56 0.66 0.43 9.28 0.5 0.38
Hex 92 40 31 0 38 42 2B 9 32 26
Octal 222 100 61 0 70 102 53 11 62 46
Binary 10010010 1000000 110001 0 111000 1000010 101011 1001 110010 100110

Color Harmonies of #924031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924031

Black with #924031

Text Example


Text Example

White with #924031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924031; }

 p { color: rgb(146,64,49); }

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

background-color css

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

 a { background-color: rgb(146,64,49); }

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

border-color css

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

 span { border-color: rgb(146,64,49); }

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