Html Css Color HEX #924933 Tia Maria

📋 copy color: '#924933'

red 146 ◦ green 73 ◦ blue 51

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

Shades of Tia Maria #924933

Tints of Tia Maria #924933

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 51 (20.31% from 255) = 18.89%

R = 54.07%
G = 27.04%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#924933 (or 0x924933) is known color: Tia Maria. HEX triplet: 92, 49 and 33. RGB value is (146,73,51). Sum of RGB (Red+Green+Blue) = 146+73+51=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #924933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924933 is #6DB6CC. Grayscale: #5C5C5C. Windows color (decimal): -7190221 or 3361170. OLE color: 3361170.

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

Color convert

RGB 146 73 51 -
CMYK 0 0.5 0.65 0.43
HSL 13.89º 0.48% 0.39% -
HSV(B) 13.89º 0.65% 0.57% -
XYZ 14.83 11.12 4.5 -
YUV 92.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 146 73 51 0 0.5 0.65 0.43 13.89 0.48 0.39
Hex 92 49 33 0 32 41 2B E 30 27
Octal 222 111 63 0 62 101 53 16 60 47
Binary 10010010 1001001 110011 0 110010 1000001 101011 1110 110000 100111

Color Harmonies of #924933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924933

Black with #924933

Text Example


Text Example

White with #924933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924933; }

 p { color: rgb(146,73,51); }

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

background-color css

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

 a { background-color: rgb(146,73,51); }

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

border-color css

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

 span { border-color: rgb(146,73,51); }

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